Re: [RFC v4 09/21] vfio-user: define socket send functions

2022-02-06 Thread John Johnson
> On Jan 26, 2022, at 2:17 AM, Thanos Makatos > wrote: > >> >> +static int wait_time = 1000; /* wait 1 sec for replies */ > > Could we make this configurable via the command line as it helps debugging? > Yes, I can add a CLI option. JJ

RE: [RFC v4 09/21] vfio-user: define socket send functions

2022-01-26 Thread Thanos Makatos
> -Original Message- > From: Qemu-devel bounces+thanos.makatos=nutanix@nongnu.org> On Behalf Of John > Johnson > Sent: 12 January 2022 00:44 > To: qemu-devel@nongnu.org > Subject: [RFC v4 09/21] vfio-user: define socket send functions > > Also negotiate p

[RFC v4 09/21] vfio-user: define socket send functions

2022-01-11 Thread John Johnson
Also negotiate protocol version with remote server Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson --- hw/vfio/pci.h | 1 + hw/vfio/user-protocol.h | 41 + hw/vfio/user.h | 2 + hw/vfio/pci.c | 16 ++