KVM, x86: add architectural support code for #VE
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Apr 2024 17:43:29 +0000 (13:43 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Apr 2024 16:15:20 +0000 (12:15 -0400)
commitfb29541eadb679261cdbd8c4d56444d68ee777fb
tree2f19c0643d3476aa54c7eed6556a8d54bfaa8d11
parent949019b98289b801edce7e92e022a0e95fc4cc3b
KVM, x86: add architectural support code for #VE

Dump the contents of the #VE info data structure and assert that #VE does
not happen, but do not yet do anything with it.

No functional change intended, separated for clarity only.

Extracted from a patch by Isaku Yamahata <isaku.yamahata@intel.com>.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/vmx.h
arch/x86/kvm/vmx/vmx.c