[Xen-devel] [RFC v1 5/8] xen: x86: add XEN_PV

2015-02-11 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" 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]. [0] http://comments.gmane.org/gmane.comp.emulators.xen.devel/231579 Signed-off-by: Luis R. Rod

Re: [Xen-devel] [RFC v1 5/8] xen: x86: add XEN_PV

2015-02-12 Thread David Vrabel
On 12/02/15 06:03, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > 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

Re: [Xen-devel] [RFC v1 5/8] xen: x86: add XEN_PV

2015-02-12 Thread Luis R. Rodriguez
On Thu, Feb 12, 2015 at 11:03:26AM +, David Vrabel wrote: > On 12/02/15 06:03, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > 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 agree