Re: [Xen-devel] [PATCH v2 04/23] x86/hvm: provide hvm_hap_supported

2018-08-27 Thread Jan Beulich
>>> On 26.08.18 at 14:19, wrote: > And replace direct accesses in non-HVM subsystems to > hvm_funcs.hap_supported with the new function, to avoid accessing an > internal data structure of another subsystem directly. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich __

[Xen-devel] [PATCH v2 04/23] x86/hvm: provide hvm_hap_supported

2018-08-26 Thread Wei Liu
And replace direct accesses in non-HVM subsystems to hvm_funcs.hap_supported with the new function, to avoid accessing an internal data structure of another subsystem directly. Signed-off-by: Wei Liu --- xen/arch/x86/cpuid.c | 2 +- xen/arch/x86/domain.c | 2 +- xen/arch/x86/set