Re: [PATCH v3 01/23] vfio: export PCI helpers needed for vfio-user

2025-06-10 Thread Cédric Le Goater
On 6/7/25 02:10, John Levon wrote: The vfio-user code will need to re-use various parts of the vfio PCI code. Export them in hw/vfio/pci.h, and rename them to the vfio_pci_* namespace. Signed-off-by: John Levon --- hw/vfio/pci.h| 11 ++ hw/vfio/pci.c| 48 +

Re: [PATCH v3 01/23] vfio: export PCI helpers needed for vfio-user

2025-06-10 Thread Mark Cave-Ayland
On 07/06/2025 01:10, John Levon wrote: The vfio-user code will need to re-use various parts of the vfio PCI code. Export them in hw/vfio/pci.h, and rename them to the vfio_pci_* namespace. Signed-off-by: John Levon --- hw/vfio/pci.h| 11 ++ hw/vfio/pci.c| 48

Re: [PATCH v3 01/23] vfio: export PCI helpers needed for vfio-user

2025-06-10 Thread Cédric Le Goater
On 6/7/25 02:10, John Levon wrote: The vfio-user code will need to re-use various parts of the vfio PCI code. Export them in hw/vfio/pci.h, and rename them to the vfio_pci_* namespace. Signed-off-by: John Levon Reviewed-by: Cédric Le Goater Thanks, C. --- hw/vfio/pci.h| 11 ++

[PATCH v3 01/23] vfio: export PCI helpers needed for vfio-user

2025-06-06 Thread John Levon
The vfio-user code will need to re-use various parts of the vfio PCI code. Export them in hw/vfio/pci.h, and rename them to the vfio_pci_* namespace. Signed-off-by: John Levon --- hw/vfio/pci.h| 11 ++ hw/vfio/pci.c| 48 ++-- hw/vfi