]> xenbits.xensource.com Git - people/jgross/xen.git/commit
tools/cpuid: Plumb nested_virt down into xc_cpuid_apply_policy()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 29 Sep 2020 13:48:52 +0000 (14:48 +0100)
committerWei Liu <wl@xen.org>
Wed, 30 Sep 2020 15:18:08 +0000 (15:18 +0000)
commitbfcc97c08c2258316d1cd92c23a441d97ad6ff4e
treebdf8b55425f5916e705194e86b07b2a6a79781f7
parent50a5215f30e964a6f16165ab57925ca39f31a849
tools/cpuid: Plumb nested_virt down into xc_cpuid_apply_policy()

Nested Virt is the final special case in legacy CPUID handling.  Pass the
(poorly named) nested_hvm setting down into xc_cpuid_apply_policy() to break
the semantic dependency on HVM_PARAM_NESTEDHVM.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/ctrl/include/xenctrl.h
tools/libs/guest/xg_cpuid_x86.c
tools/libxl/libxl_cpuid.c