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
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
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