Re: [Xen-devel] [PATCH 15/17] x86: expose CONFIG_PV

2018-10-16 Thread Wei Liu
On Fri, Oct 12, 2018 at 09:16:42AM -0600, Jan Beulich wrote: > >>> On 04.10.18 at 17:43, wrote: > > --- a/xen/arch/x86/Kconfig > > +++ b/xen/arch/x86/Kconfig > > @@ -37,6 +37,14 @@ source "arch/Kconfig" > > > > config PV > > def_bool y > > + prompt "PV support" > > + ---help--- > > +

Re: [Xen-devel] [PATCH 15/17] x86: expose CONFIG_PV

2018-10-12 Thread Jan Beulich
>>> On 04.10.18 at 17:43, wrote: > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -37,6 +37,14 @@ source "arch/Kconfig" > > config PV > def_bool y > + prompt "PV support" > + ---help--- > + Interfaces to support PV guests which don't require hardware > +

[Xen-devel] [PATCH 15/17] x86: expose CONFIG_PV

2018-10-04 Thread Wei Liu
Signed-off-by: Wei Liu --- xen/arch/x86/Kconfig | 8 1 file changed, 8 insertions(+) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 548cbf9..955443f 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -37,6 +37,14 @@ source "arch/Kconfig" config PV