linux/Documentation/virtual
Alex Williamson 7a84428af7 KVM: Add resampling irqfds for level triggered interrupts
To emulate level triggered interrupts, add a resample option to
KVM_IRQFD.  When specified, a new resamplefd is provided that notifies
the user when the irqchip has been resampled by the VM.  This may, for
instance, indicate an EOI.  Also in this mode, posting of an interrupt
through an irqfd only asserts the interrupt.  On resampling, the
interrupt is automatically de-asserted prior to user notification.
This enables level triggered interrupts to be posted and re-enabled
from vfio with no userspace intervention.

All resampling irqfds can make use of a single irq source ID, so we
reserve a new one for this interface.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-09-23 13:50:15 +02:00
..
kvm KVM: Add resampling irqfds for level triggered interrupts 2012-09-23 13:50:15 +02:00
uml UserModeLinux-HOWTO.txt: fix a typo 2011-11-02 14:15:40 +01:00
00-INDEX lguest: remove reference from Documentation/virtual/00-INDEX 2012-01-28 08:10:23 +10:30
virtio-spec.txt virtio: update documentation to v0.9.5 of spec 2012-05-22 12:16:09 +09:30