[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC v1 5/8] xen: x86: add XEN_PV
On 12/02/15 06:03, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> > > This lets us rip out under the general XEN config the > XEN_HAVE_PVMMU dependency. This only exists on the x86 > universe. This is as per the agreed upon Xen Kconfig > changes [0]. [...] > @@ -52,3 +51,9 @@ config XEN_PVH > depends on X86_64 && XEN > select XEN_PVHVM > def_bool n > + > +config XEN_PV > + bool "Support for running as a PV guest" > + depends on XEN && X86 > + select XEN_HAVE_PVMMU > + def_bool n These options should be in this order: XEN_PV, XEN_PVHVM, XEN_PVH. David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |