diff options
author | Sean Christopherson <seanjc@google.com> | 2025-01-31 17:55:11 -0800 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2025-02-24 09:01:07 -0800 |
commit | f43f7a215af0586e196253555fc614efb0588858 (patch) | |
tree | 239aed36c5aa3d5605d8193246400f1b5dceda38 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3244616aac8dc69b3d7e4a4ee541e767b974af43 (diff) |
KVM: nVMX: Emulate HLT in L2 if it's not intercepted
Extend VMX's nested intercept logic for emulated instructions to handle
HLT interception, primarily for testing purposes. Failure to allow
emulation of HLT isn't all that interesting, as emulating HLT while L2 is
active either requires forced emulation (and no #UD intercept in L1), TLB
games in the guest to coerce KVM into emulating the wrong instruction, or
a bug elsewhere in KVM.
E.g. without commit 47ef3ef843c0 ("KVM: VMX: Handle event vectoring
error in check_emulate_instruction()"), KVM can end up trying to emulate
HLT if RIP happens to point at a HLT when a vectored event arrives with
L2's IDT pointing at emulated MMIO.
Note, vmx_check_intercept() is still broken when L1 wants to intercept an
instruction, as KVM injects a #UD instead of synthesizing a nested VM-Exit.
That issue extends far beyond HLT, punt on it for now.
Link: https://lore.kernel.org/r/20250201015518.689704-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions