Re: [RFC PATCH v6 14/20] vfio/platform: initial interrupts support

2014-09-02 Thread Antonios Motakis
On Sun, Jun 8, 2014 at 12:09 PM, Christoffer Dall wrote: > > On Thu, Jun 05, 2014 at 07:03:22PM +0200, 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. > > > > Signed-off-by:

Re: [RFC PATCH v6 14/20] vfio/platform: initial interrupts support

2014-06-08 Thread Christoffer Dall
On Thu, Jun 05, 2014 at 07:03:22PM +0200, 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. > > Signed-off-by: Antonios Motakis > --- > drivers/vfio/platform/vfio_platform.c

[RFC PATCH v6 14/20] vfio/platform: initial interrupts support

2014-06-05 Thread Antonios Motakis
This patch allows to set an eventfd for a patform device's interrupt, and also to trigger the interrupt eventfd from userspace for testing. Signed-off-by: Antonios Motakis --- drivers/vfio/platform/vfio_platform.c | 36 ++- drivers/vfio/platform/vfio_platform_irq.c | 130 +++