]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
authorRobert Hoo <robert.hu@linux.intel.com>
Tue, 19 Apr 2022 15:34:41 +0000 (23:34 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jun 2022 08:47:21 +0000 (04:47 -0400)
commite0df47278c0ae93ac14f4b8dd561dbe9cdff03cc
treead7f4ad7a9bc2842d798c83445166403b50b7e60
parent1ee13ee5bbf1bf882f0369cafe519acac46db97b
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()

Add tertiary_exec_control field report in dump_vmcs(). Meanwhile,
reorganize the dump output of VMCS category as follows.

Before change:
*** Control State ***
 PinBased=0x000000ff CPUBased=0xb5a26dfa SecondaryExec=0x061037eb
 EntryControls=0000d1ff ExitControls=002befff

After change:
*** Control State ***
 CPUBased=0xb5a26dfa SecondaryExec=0x061037eb TertiaryExec=0x0000000000000010
 PinBased=0x000000ff EntryControls=0000d1ff ExitControls=002befff

Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Signed-off-by: Zeng Guang <guang.zeng@intel.com>
Message-Id: <20220419153441.11687-1-guang.zeng@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c