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(-)