Re: [RFC v3 08/19] vfio-user: define socket receive functions

2021-12-06 Thread John Johnson
> On Nov 19, 2021, at 2:42 PM, Alex Williamson > wrote: > > On Mon, 8 Nov 2021 16:46:36 -0800 > John Johnson wrote: > >> Add infrastructure needed to receive incoming messages >> >> Signed-off-by: John G Johnson >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: Jagannathan Raman >> --

Re: [RFC v3 08/19] vfio-user: define socket receive functions

2021-11-19 Thread Alex Williamson
On Mon, 8 Nov 2021 16:46:36 -0800 John Johnson wrote: > Add infrastructure needed to receive incoming messages > > Signed-off-by: John G Johnson > Signed-off-by: Elena Ufimtseva > Signed-off-by: Jagannathan Raman > --- > hw/vfio/pci.h | 2 +- > hw/vfio/user-protocol.h | 62

[RFC v3 08/19] vfio-user: define socket receive functions

2021-11-08 Thread John Johnson
Add infrastructure needed to receive incoming messages Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman --- hw/vfio/pci.h | 2 +- hw/vfio/user-protocol.h | 62 + hw/vfio/user.h | 9 +- hw/vfio/pci.c | 12 +-