Re: [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd

2014-11-20 Thread Antonios Motakis
On Wed, Nov 12, 2014 at 3:22 PM, Eric Auger wrote: > On 10/31/2014 08:36 PM, Alex Williamson wrote: >> On Mon, 2014-10-27 at 19:07 +0100, Antonios Motakis wrote: >>> This patch allows to set an eventfd for a patform device's interrupt, > platform device (typo) Ack. >>> and also to trigger the in

Re: [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd

2014-11-05 Thread Antonios Motakis
On Fri, Oct 31, 2014 at 8:36 PM, Alex Williamson wrote: > On Mon, 2014-10-27 at 19:07 +0100, Antonios Motakis wrote: >> This patch allows to set an eventfd for a patform device's interrupt, >> and also to trigger the interrupt eventfd from userspace for testing. >> Level sensitive interrupts are m

Re: [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd

2014-10-31 Thread Alex Williamson
On Mon, 2014-10-27 at 19:07 +0100, Antonios Motakis wrote: > This patch allows to set an eventfd for a patform device's interrupt, > and also to trigger the interrupt eventfd from userspace for testing. > Level sensitive interrupts are marked as maskable and are handled in > a later patch. Edge tri