diff options
author | 2020-09-23 11:44:48 -0700 | |
---|---|---|
committer | 2020-09-28 07:57:45 -0400 | |
commit | 2ba4493a8b195cc1d7dd5b762a84e6235c2d67bd (patch) | |
tree | b020e969bb15a32b30e3282a3d8ab9074c54836c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails (diff) | |
download | wireguard-linux-2ba4493a8b195cc1d7dd5b762a84e6235c2d67bd.tar.xz wireguard-linux-2ba4493a8b195cc1d7dd5b762a84e6235c2d67bd.zip |
KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
Call guest_state_valid() directly instead of querying emulation_required
when checking if L1 is attempting VM-Enter with invalid guest state.
If emulate_invalid_guest_state is false, KVM will fixup segment regs to
avoid emulation and will never set emulation_required, i.e. KVM will
incorrectly miss the associated consistency checks because the nested
path stuffs segments directly into vmcs02.
Opportunsitically add Consistency Check tracing to make future debug
suck a little less.
Fixes: 2bb8cafea80bf ("KVM: vVMX: signal failure for nested VMEntry if emulation_required")
Fixes: 3184a995f782c ("KVM: nVMX: fix vmentry failure code when L2 state would require emulation")
Cc: stable@vger.kernel.org
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200923184452.980-4-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions