KVM: irq ack notification
Based on a patch from: Ben-Ami Yassour <benami@il.ibm.com> which was based on a patch from: Amit Shah <amit.shah@qumranet.com> Notify IRQ acking on PIC/APIC emulation. The previous patch missed two things: - Edge triggered interrupts on IOAPIC - PIC reset with IRR/ISR set should be equivalent to ack (LAPIC probably needs something similar). Signed-off-by:Marcelo Tosatti <mtosatti@redhat.com> CC: Amit Shah <amit.shah@qumranet.com> CC: Ben-Ami Yassour <benami@il.ibm.com> Signed-off-by:
Avi Kivity <avi@qumranet.com>
Showing
- arch/x86/kvm/i8259.c 11 additions, 1 deletionarch/x86/kvm/i8259.c
- arch/x86/kvm/irq.c 1 addition, 1 deletionarch/x86/kvm/irq.c
- arch/x86/kvm/irq.h 2 additions, 1 deletionarch/x86/kvm/irq.h
- arch/x86/kvm/lapic.c 5 additions, 2 deletionsarch/x86/kvm/lapic.c
- virt/kvm/ioapic.c 13 additions, 7 deletionsvirt/kvm/ioapic.c
- virt/kvm/ioapic.h 2 additions, 1 deletionvirt/kvm/ioapic.h
Loading
Please register or sign in to comment