commit | c806a6ad35bfa6c92249cd0ca4772d5ac3f8cb68 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Wed Mar 18 19:38:22 2015 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 23 20:29:05 2015 -0300 |
tree | 8cfe738177c5e9198d8e17cb08b3132319742304 | |
parent | 0790ec172de1bd2e23f1dbd4925426b6cc3c1b72 [diff] |
KVM: x86: call irq notifiers with directed EOI kvm_ioapic_update_eoi() wasn't called if directed EOI was enabled. We need to do that for irq notifiers. (Like with edge interrupts.) Fix it by skipping EOI broadcast only. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=82211 Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Tested-by: Bandan Das <bsd@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>