mbox series

[LINUX,v5,0/2] dom0less + PV drivers

Message ID alpine.DEB.2.22.394.2205131417320.3842@ubuntu-linux-20-04-desktop (mailing list archive)
Headers show
Series dom0less + PV drivers | expand

Message

Stefano Stabellini May 13, 2022, 9:19 p.m. UTC
Hi all,

This small Linux patch series implements support for initializing
xenstore later, if not immediately available at boot time. It enables
dom0less + PV drivers support.



Luca Miccio (1):
      xen: add support for initializing xenstore later as HVM domain

Stefano Stabellini (1):
      xen: sync xs_wire.h header with upstream xen

 drivers/xen/xenbus/xenbus_probe.c  | 91 +++++++++++++++++++++++++++++---------
 include/xen/interface/io/xs_wire.h | 37 ++++++++++++++--
 2 files changed, 104 insertions(+), 24 deletions(-)

Comments

Jürgen Groß May 22, 2022, 11:07 a.m. UTC | #1
On 13.05.22 23:19, Stefano Stabellini wrote:
> Hi all,
> 
> This small Linux patch series implements support for initializing
> xenstore later, if not immediately available at boot time. It enables
> dom0less + PV drivers support.
> 
> 
> 
> Luca Miccio (1):
>        xen: add support for initializing xenstore later as HVM domain
> 
> Stefano Stabellini (1):
>        xen: sync xs_wire.h header with upstream xen
> 
>   drivers/xen/xenbus/xenbus_probe.c  | 91 +++++++++++++++++++++++++++++---------
>   include/xen/interface/io/xs_wire.h | 37 ++++++++++++++--
>   2 files changed, 104 insertions(+), 24 deletions(-)
> 

Series pushed to xen/tip.git for-linus-5.19


Juergen