]> git.ipfire.org Git - thirdparty/linux.git/commit - arch/x86/kvm/lapic.c
KVM: x86: Add KVM exit for IOAPIC EOIs
authorSteve Rutherford <srutherford@google.com>
Thu, 30 Jul 2015 06:21:41 +0000 (23:21 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Oct 2015 13:06:27 +0000 (15:06 +0200)
commit7543a635aa09eb138b2cbf60ac3ff19503ae6954
tree94d181962c2a3f64019f182900ed216a2f0c3e73
parent49df6397edfc5a8ba8ca813b51fb9729d8e94b40
KVM: x86: Add KVM exit for IOAPIC EOIs

Adds KVM_EXIT_IOAPIC_EOI which allows the kernel to EOI
level-triggered IOAPIC interrupts.

Uses a per VCPU exit bitmap to decide whether or not the IOAPIC needs
to be informed (which is identical to the EOI_EXIT_BITMAP field used
by modern x86 processors, but can also be used to elide kvm IOAPIC EOI
exits on older processors).

[Note: A prototype using ResampleFDs found that decoupling the EOI
from the VCPU's thread made it possible for the VCPU to not see a
recent EOI after reentering the guest. This does not match real
hardware.]

Compile tested for Intel x86.

Signed-off-by: Steve Rutherford <srutherford@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virtual/kvm/api.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/lapic.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
include/uapi/linux/kvm.h