diff options
author | Sean Christopherson <seanjc@google.com> | 2024-11-01 22:14:45 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-12-19 18:34:12 +0300 |
commit | b2868b55cfef036b743a620de18cb3ff1d16b043 (patch) | |
tree | eec4ba1383d6807abddb30690d2f2452a1140755 /tools/perf/scripts/python/parallel-perf.py | |
parent | 4f09ebd0c8be7c9aa0279be5ddde896695a72309 (diff) | |
download | linux-b2868b55cfef036b743a620de18cb3ff1d16b043.tar.xz |
KVM: nVMX: Drop manual vmcs01.GUEST_INTERRUPT_STATUS.RVI check at VM-Enter
Drop the manual check for a pending IRQ in vmcs01's RVI field during
nested VM-Enter, as the recently added call to kvm_apic_has_interrupt()
when checking for pending events after successful VM-Enter is a superset
of the RVI check (IRQs that are pending in RVI are also pending in L1's
IRR).
Link: https://lore.kernel.org/r/20241101191447.1807602-4-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions