Re: [PATCH v5 16/18] vfio-user: handle device interrupts

2022-01-25 Thread Stefan Hajnoczi
On Wed, Jan 19, 2022 at 04:42:05PM -0500, Jagannathan Raman wrote: > Forward remote device's interrupts to the guest > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > include/hw/pci/pci.h | 6 +++ > hw/pci/msi.c | 1

[PATCH v5 16/18] vfio-user: handle device interrupts

2022-01-19 Thread Jagannathan Raman
Forward remote device's interrupts to the guest Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- include/hw/pci/pci.h | 6 +++ hw/pci/msi.c | 13 +- hw/pci/msix.c | 12 +- hw/remote/vfio-user-obj.c | 89 +++