Re: [Xen-devel] [PATCH] x86/setup: enclose opt_dom0_shadow in CONFIG_SHADOW_PAGING

2017-03-27 Thread Jan Beulich
>>> On 27.03.17 at 16:12, wrote: > --- a/xen/arch/x86/setup.c > +++ b/xen/arch/x86/setup.c > @@ -1561,7 +1561,11 @@ void __init noreturn __start_xen(unsigned long mbi_p) > if ( dom0_pvh ) > { > domcr_flags |= DOMCRF_hvm | > -

Re: [Xen-devel] [PATCH] x86/setup: enclose opt_dom0_shadow in CONFIG_SHADOW_PAGING

2017-03-27 Thread Wei Liu
On Mon, Mar 27, 2017 at 08:22:34AM -0600, Jan Beulich wrote: > >>> On 27.03.17 at 16:12, wrote: > > --- a/xen/arch/x86/setup.c > > +++ b/xen/arch/x86/setup.c > > @@ -1561,7 +1561,11 @@ void __init noreturn __start_xen(unsigned long mbi_p) > > if ( dom0_pvh ) > > { >

[Xen-devel] [PATCH] x86/setup: enclose opt_dom0_shadow in CONFIG_SHADOW_PAGING

2017-03-27 Thread Wei Liu
Signed-off-by: Wei Liu --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/setup.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index