Re: [RFC v3 06/19] vfio-user: Define type vfio_user_pci_dev_info

2021-12-06 Thread John Johnson
> On Nov 19, 2021, at 2:42 PM, Alex Williamson > wrote: > > On Mon, 8 Nov 2021 16:46:34 -0800 > John Johnson wrote: > >> New class for vfio-user with its class and instance >> constructors and destructors, and its pci ops. >> >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: John G

Re: [RFC v3 06/19] vfio-user: Define type vfio_user_pci_dev_info

2021-11-19 Thread Alex Williamson
On Mon, 8 Nov 2021 16:46:34 -0800 John Johnson wrote: > New class for vfio-user with its class and instance > constructors and destructors, and its pci ops. > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > hw/vfio/pci.h | 9

[RFC v3 06/19] vfio-user: Define type vfio_user_pci_dev_info

2021-11-08 Thread John Johnson
New class for vfio-user with its class and instance constructors and destructors, and its pci ops. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/vfio/pci.h | 9 ++ hw/vfio/pci.c | 97