[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 Thu, Feb 12, 2015 at 11:03:26AM +0000, David Vrabel wrote: > 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. OK I'll move them in order and also add a descrition to both XEN_PV and XEN_PVH, I cannot describe XEN_PVHVM as its a def_bool and the user does not get to select it or review it. Luis _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |