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
>>> 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
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
@@