Re: [PATCH RFC 03/19] vfio-user: define VFIO Proxy and communication functions

2021-07-29 Thread Stefan Hajnoczi
On Wed, Jul 28, 2021 at 06:08:26PM +, John Johnson wrote: > > > > On Jul 27, 2021, at 9:34 AM, Stefan Hajnoczi wrote: > > > > On Sun, Jul 18, 2021 at 11:27:42PM -0700, Elena Ufimtseva wrote: > >> From: John G Johnson > >> > >> Add user.c and user.h files for vfio-user with the basic > >>

Re: [PATCH RFC 03/19] vfio-user: define VFIO Proxy and communication functions

2021-07-28 Thread John Johnson
> On Jul 27, 2021, at 9:34 AM, Stefan Hajnoczi wrote: > > On Sun, Jul 18, 2021 at 11:27:42PM -0700, Elena Ufimtseva wrote: >> From: John G Johnson >> >> Add user.c and user.h files for vfio-user with the basic >> send and receive functions. >> >> Signed-off-by: John G Johnson >> Signed-off-

Re: [PATCH RFC 03/19] vfio-user: define VFIO Proxy and communication functions

2021-07-27 Thread Stefan Hajnoczi
On Sun, Jul 18, 2021 at 11:27:42PM -0700, Elena Ufimtseva wrote: > From: John G Johnson > > Add user.c and user.h files for vfio-user with the basic > send and receive functions. > > Signed-off-by: John G Johnson > Signed-off-by: Elena Ufimtseva > Signed-off-by: Jagannathan Raman > --- > hw/

[PATCH RFC 03/19] vfio-user: define VFIO Proxy and communication functions

2021-07-18 Thread Elena Ufimtseva
From: John G Johnson Add user.c and user.h files for vfio-user with the basic send and receive functions. Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman --- hw/vfio/user.h| 120 ++ include/hw/vfio/vfio-common.h | 2