Re: [PATCH v1 08/24] vfio-user: define socket receive functions

2022-12-13 Thread Cédric Le Goater
On 11/9/22 00:13, 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 --- MAINTAINERS | 1 + hw/vfio/pci.c | 11 ++ hw/vfio/user-protocol.h | 54 +

Re: [PATCH v1 08/24] vfio-user: define socket receive functions

2022-12-09 Thread John Levon
On Tue, Nov 08, 2022 at 03:13:30PM -0800, John Johnson wrote: > Add infrastructure needed to receive incoming messages > > +static void vfio_user_process(VFIOProxy *proxy, VFIOUserMsg *msg, bool > isreply) > +{ > + > +/* > + * Replies signal a waiter, if none just check for errors > +

[PATCH v1 08/24] vfio-user: define socket receive functions

2022-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 --- MAINTAINERS | 1 + hw/vfio/pci.c | 11 ++ hw/vfio/user-protocol.h | 54 +++ hw/vfio/user.c | 399 +