Re: [PATCH RFC server v2 09/11] vfio-user: handle device interrupts

2021-09-09 Thread Stefan Hajnoczi
On Fri, Aug 27, 2021 at 01:53:28PM -0400, 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/remote/iohub.h | 2 ++ > hw/remote/iohub.c | 5

[PATCH RFC server v2 09/11] vfio-user: handle device interrupts

2021-08-27 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/remote/iohub.h | 2 ++ hw/remote/iohub.c | 5 + hw/remote/vfio-user-obj.c | 30 ++ hw/remote/tr