Re: [PATCH v5 01/19] vfio-user: add vfio-user class and container

2025-07-02 Thread Cédric Le Goater
+Steve On 6/25/25 21:29, John Levon wrote: Introduce basic plumbing for vfio-user with CONFIG_VFIO_USER. We introduce VFIOUserContainer in hw/vfio-user/container.c, which is a container type for the "IOMMU" type "vfio-iommu-user", and share some common container code from hw/vfio/container.c.

Re: [PATCH v5 01/19] vfio-user: add vfio-user class and container

2025-06-25 Thread Cédric Le Goater
On 6/25/25 21:29, John Levon wrote: Introduce basic plumbing for vfio-user with CONFIG_VFIO_USER. We introduce VFIOUserContainer in hw/vfio-user/container.c, which is a container type for the "IOMMU" type "vfio-iommu-user", and share some common container code from hw/vfio/container.c. Add hw/v

[PATCH v5 01/19] vfio-user: add vfio-user class and container

2025-06-25 Thread John Levon
Introduce basic plumbing for vfio-user with CONFIG_VFIO_USER. We introduce VFIOUserContainer in hw/vfio-user/container.c, which is a container type for the "IOMMU" type "vfio-iommu-user", and share some common container code from hw/vfio/container.c. Add hw/vfio-user/pci.c for instantiating VFIOU