mbox series

[LINUX,v2,0/1] late xenstore initialization

Message ID alpine.DEB.2.22.394.2201121647460.19362@ubuntu-linux-20-04-desktop (mailing list archive)
Headers show
Series late xenstore initialization | expand

Message

Stefano Stabellini Jan. 13, 2022, 12:59 a.m. UTC
Hi all,

This small patch series for Linux implements support for initializing
xenstore later when booting as Dom0less kernel (HVM guest on ARM). With
this small patch series applied, it is possible to use PV drivers in
Linux when Linux is booted as dom0less kernel.

Cheers,

Stefano

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

 drivers/xen/xenbus/xenbus_probe.c | 80 +++++++++++++++++++++++++++++----------
 1 file changed, 61 insertions(+), 19 deletions(-)