KVM: Interrupt mask notifiers for ioapic
authorAvi Kivity <avi@redhat.com>
Sun, 4 Jan 2009 15:10:50 +0000 (17:10 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:03 +0000 (11:03 +0200)
Allow clients to request notifications when the guest masks or unmasks a
particular irq line.  This complements irq ack notifications, as the guest
will not ack an irq line that is masked.

Currently implemented for the ioapic only.

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

No differences found