Re: [RFC PATCH v1 2/2] vfio: Add VFIO API vfio_msi_get_irq

2014-11-20 Thread Eric Auger
On 11/20/2014 05:05 PM, Alex Williamson wrote: > On Thu, 2014-11-20 at 17:05 +0800, Feng Wu wrote: >> This API returns the host irq for the MSI/MSI-X interrrupts. >> >> Signed-off-by: Feng Wu >> --- >> drivers/vfio/pci/vfio_pci.c | 10 ++ >> include/linux/vfio.h|2 ++ >> 2 f

Re: [RFC PATCH v1 2/2] vfio: Add VFIO API vfio_msi_get_irq

2014-11-20 Thread Alex Williamson
On Thu, 2014-11-20 at 17:05 +0800, Feng Wu wrote: > This API returns the host irq for the MSI/MSI-X interrrupts. > > Signed-off-by: Feng Wu > --- > drivers/vfio/pci/vfio_pci.c | 10 ++ > include/linux/vfio.h|2 ++ > 2 files changed, 12 insertions(+), 0 deletions(-) > > dif

[RFC PATCH v1 2/2] vfio: Add VFIO API vfio_msi_get_irq

2014-11-20 Thread Feng Wu
This API returns the host irq for the MSI/MSI-X interrrupts. Signed-off-by: Feng Wu --- drivers/vfio/pci/vfio_pci.c | 10 ++ include/linux/vfio.h|2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c