mbox series

[LINUX,0/2] XENFEAT_xenstore_late_init

Message ID alpine.DEB.2.22.394.2201071621100.2060010@ubuntu-linux-20-04-desktop (mailing list archive)
Headers show
Series XENFEAT_xenstore_late_init | expand

Message

Stefano Stabellini Jan. 8, 2022, 12:51 a.m. UTC
Hi all,

This small patch series for Linux implements support for the new feature
flag XENFEAT_xenstore_late_init. See "[XEN PATCH 0/7] dom0less PV
drivers" for the Xen side.

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 (2):
      xen: introduce XENFEAT_xenstore_late_init
      xen: add support for XENFEAT_xenstore_late_init

 drivers/xen/xenbus/xenbus_probe.c | 78 +++++++++++++++++++++++++++++++++++----
 include/xen/interface/features.h  |  5 +++
 2 files changed, 76 insertions(+), 7 deletions(-)