Re: [PATCH v4 03/19] vfio-user: implement message receive infrastructure

2025-06-25 Thread John Levon
On Wed, Jun 25, 2025 at 10:02:50AM +0200, Cédric Le Goater wrote: > > +/* > > + * Process a received message. > > + */ > > +static void vfio_user_process(VFIOUserProxy *proxy, VFIOUserMsg *msg, > > + bool isreply) > > This routine could have an 'Error **errp' paramete

Re: [PATCH v4 03/19] vfio-user: implement message receive infrastructure

2025-06-25 Thread Cédric Le Goater
On 6/19/25 15:31, John Levon wrote: Add the basic implementation for receiving vfio-user messages from the control socket. Originally-by: John Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman Signed-off-by: John Levon --- meson.build | 1 + hw/vfio-u

[PATCH v4 03/19] vfio-user: implement message receive infrastructure

2025-06-19 Thread John Levon
Add the basic implementation for receiving vfio-user messages from the control socket. Originally-by: John Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman Signed-off-by: John Levon --- meson.build | 1 + hw/vfio-user/protocol.h | 53 + hw/vfio-us