Re: [Xen-devel] [PATCH 29/34] x86/mm: put paging_update_nestedmode under CONFIG_HVM

2018-08-24 Thread Wei Liu
On Tue, Aug 21, 2018 at 05:41:49AM -0600, Jan Beulich wrote: > >>> On 17.08.18 at 17:12, wrote: > > Nested HVM is not enabled when !CONFIG_HVM. > > All callers of the function sit under hvm/, so once again I don't see > why the function needs to remain available with an empty body. Yes the whole

Re: [Xen-devel] [PATCH 29/34] x86/mm: put paging_update_nestedmode under CONFIG_HVM

2018-08-21 Thread Jan Beulich
>>> On 17.08.18 at 17:12, wrote: > Nested HVM is not enabled when !CONFIG_HVM. All callers of the function sit under hvm/, so once again I don't see why the function needs to remain available with an empty body. Jan ___ Xen-devel mailing list Xen-de

[Xen-devel] [PATCH 29/34] x86/mm: put paging_update_nestedmode under CONFIG_HVM

2018-08-17 Thread Wei Liu
Nested HVM is not enabled when !CONFIG_HVM. Signed-off-by: Wei Liu --- xen/arch/x86/mm/paging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/mm/paging.c b/xen/arch/x86/mm/paging.c index dcee496..2aec1d4 100644 --- a/xen/arch/x86/mm/paging.c +++ b/xen/arch/x86/mm/paging.c @@