Re: [PATCH v1 02/24] vfio-user: add VFIO base abstract class

2022-12-12 Thread John Johnson
I can look into using orderfile JJ > On Dec 9, 2022, at 8:04 AM, Cédric Le Goater wrote: > > Hello John, > > On 11/9/22 00:13, John Johnson wrote: >> Add an abstract base class both the kernel driver >> and user socket implementations can use to share

Re: [PATCH v1 02/24] vfio-user: add VFIO base abstract class

2022-12-09 Thread Cédric Le Goater
Hello John, On 11/9/22 00:13, John Johnson wrote: Add an abstract base class both the kernel driver and user socket implementations can use to share code. Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman I would help the reader if the header fil

Re: [PATCH v1 02/24] vfio-user: add VFIO base abstract class

2022-12-09 Thread John Levon
On Tue, Nov 08, 2022 at 03:13:24PM -0800, John Johnson wrote: > Add an abstract base class both the kernel driver > and user socket implementations can use to share code. LGTM Reviewed-by: John Levon regards john

[PATCH v1 02/24] vfio-user: add VFIO base abstract class

2022-11-08 Thread John Johnson
Add an abstract base class both the kernel driver and user socket implementations can use to share code. Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman --- hw/vfio/pci.c | 106 +++--- hw/vfio/pci