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

Stefano Stabellini posted 2 patches 1 year, 11 months ago
Failed in applying to current master (apply log)
drivers/xen/xenbus/xenbus_probe.c  | 91 +++++++++++++++++++++++++++++---------
include/xen/interface/io/xs_wire.h | 37 ++++++++++++++--
2 files changed, 104 insertions(+), 24 deletions(-)
[PATCH LINUX v5 0/2] dom0less + PV drivers
Posted by Stefano Stabellini 1 year, 11 months ago
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(-)
Re: [PATCH LINUX v5 0/2] dom0less + PV drivers
Posted by Juergen Gross 1 year, 11 months ago
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