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

2025-06-25 Thread Cédric Le Goater
On 6/25/25 21:29, 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 Reviewed-by: Cédric Le Goater Thanks, C.

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

2025-06-25 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