1. 23 Sep, 2012 1 commit
    • Alex Williamson's avatar
      KVM: Add resampling irqfds for level triggered interrupts · 7a84428a
      Alex Williamson authored
      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: default avatarAlex Williamson <alex.williamson@redhat.com>
      Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
      7a84428a
  2. 20 Sep, 2012 12 commits
  3. 17 Sep, 2012 5 commits
  4. 12 Sep, 2012 1 commit
  5. 10 Sep, 2012 2 commits
  6. 09 Sep, 2012 1 commit
  7. 06 Sep, 2012 8 commits
  8. 05 Sep, 2012 8 commits
  9. 04 Sep, 2012 1 commit
  10. 30 Aug, 2012 1 commit