diff options
author | David Woodhouse <[email protected]> | 2024-02-27 11:49:17 +0000 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2024-03-04 16:22:37 -0800 |
commit | 66e3cf729b1ea017cad643415ade319556862b68 (patch) | |
tree | 197f09d57570987c0ee36e2f2e6e372730d1f5e8 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 8e62bf2bfa46367e14d0ffdcde5aada08759497c (diff) |
KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery
The kvm_xen_inject_vcpu_vector() function has a comment saying "the fast
version will always work for physical unicast", justifying its use of
kvm_irq_delivery_to_apic_fast() and the WARN_ON_ONCE() when that fails.
In fact that assumption isn't true if X2APIC isn't in use by the guest
and there is (8-bit x)APIC ID aliasing. A single "unicast" destination
APIC ID *may* then be delivered to multiple vCPUs. Remove the warning,
and in fact it might as well just call kvm_irq_delivery_to_apic().
Reported-by: Michal Luczaj <[email protected]>
Fixes: fde0451be8fb3 ("KVM: x86/xen: Support per-vCPU event channel upcall via local APIC")
Signed-off-by: David Woodhouse <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions