diff options
author | 2019-07-16 14:55:51 +0800 | |
---|---|---|
committer | 2019-09-24 14:34:51 +0200 | |
commit | bf653b78f9608d66db174eabcbda7454c8fde6d5 (patch) | |
tree | 361cb0d777e81fc8d613146a72aa74f796f100e0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL (diff) | |
download | wireguard-linux-bf653b78f9608d66db174eabcbda7454c8fde6d5.tar.xz wireguard-linux-bf653b78f9608d66db174eabcbda7454c8fde6d5.zip |
KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
As the latest Intel 64 and IA-32 Architectures Software Developer's
Manual, UMWAIT and TPAUSE instructions cause a VM exit if the
RDTSC exiting and enable user wait and pause VM-execution
controls are both 1.
Because KVM never enable RDTSC exiting, the vm-exit for UMWAIT and TPAUSE
should never happen. Considering EXIT_REASON_XSAVES and
EXIT_REASON_XRSTORS is also unexpected VM-exit for KVM. Introduce a common
exit helper handle_unexpected_vmexit() to handle these unexpected VM-exit.
Suggested-by: Sean Christopherson <sean.j.christopherson@intel.com>
Co-developed-by: Jingqi Liu <jingqi.liu@intel.com>
Signed-off-by: Jingqi Liu <jingqi.liu@intel.com>
Signed-off-by: Tao Xu <tao3.xu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions