KVM: Call ack notifiers from PIC when guest OS acks an IRQ.
authorGleb Natapov <gleb@redhat.com>
Tue, 4 Aug 2009 12:30:28 +0000 (15:30 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:22 +0000 (08:33 +0300)
Currently they are called when irq vector is been delivered.  Calling ack
notifiers at this point is wrong.  Device assignment ack notifier enables
host interrupts, but guest not yet had a chance to clear interrupt
condition in a device.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found