Re: [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

2012-06-29 Thread Alex Williamson
On Thu, 2012-06-28 at 15:59 +0300, Avi Kivity wrote: > On 06/27/2012 08:10 AM, Alex Williamson wrote: > > This is an alternate level irqfd de-assert mode that's potentially > > useful for emulated drivers. It's included here to show how easy it > > is to implement with the new level irqfd and eoif

Re: [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

2012-06-28 Thread Avi Kivity
On 06/27/2012 08:10 AM, Alex Williamson wrote: > This is an alternate level irqfd de-assert mode that's potentially > useful for emulated drivers. It's included here to show how easy it > is to implement with the new level irqfd and eoifd support. It's > possible this mode might also prove intere

[PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

2012-06-26 Thread Alex Williamson
This is an alternate level irqfd de-assert mode that's potentially useful for emulated drivers. It's included here to show how easy it is to implement with the new level irqfd and eoifd support. It's possible this mode might also prove interesting for device-assignment where we inject via level i