Re: [PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-15 Thread Alex Williamson
On Wed, 2012-08-15 at 17:05 +0300, Michael S. Tsirkin wrote: > On Fri, Aug 10, 2012 at 04:37:48PM -0600, Alex Williamson wrote: > > Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The > > user can specify the GSI and optionally an IRQ source ID and have the > > provided eventfd

Re: [PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-15 Thread Michael S. Tsirkin
On Fri, Aug 10, 2012 at 04:37:48PM -0600, Alex Williamson wrote: > Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The > user can specify the GSI and optionally an IRQ source ID and have the > provided eventfd trigger whenever the irqchip resamples it's inputs, > for instance on

Re: [PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-15 Thread Michael S. Tsirkin
On Fri, Aug 10, 2012 at 04:37:48PM -0600, Alex Williamson wrote: Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The user can specify the GSI and optionally an IRQ source ID and have the provided eventfd trigger whenever the irqchip resamples it's inputs, for instance on

Re: [PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-15 Thread Alex Williamson
On Wed, 2012-08-15 at 17:05 +0300, Michael S. Tsirkin wrote: On Fri, Aug 10, 2012 at 04:37:48PM -0600, Alex Williamson wrote: Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The user can specify the GSI and optionally an IRQ source ID and have the provided eventfd trigger

[PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-10 Thread Alex Williamson
Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The user can specify the GSI and optionally an IRQ source ID and have the provided eventfd trigger whenever the irqchip resamples it's inputs, for instance on EOI. Signed-off-by: Alex Williamson ---

[PATCH v8 5/6] kvm: KVM_IRQ_ACKFD

2012-08-10 Thread Alex Williamson
Enable a mechanism for IRQ ACKs to be exposed through an eventfd. The user can specify the GSI and optionally an IRQ source ID and have the provided eventfd trigger whenever the irqchip resamples it's inputs, for instance on EOI. Signed-off-by: Alex Williamson alex.william...@redhat.com ---