Re: [PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps

2023-11-06 Thread Cédric Le Goater
On 11/2/23 08:12, Zhenzhong Duan wrote: This empty VFIOIOMMUOps named vfio_legacy_ops will hold all general IOMMU ops of legacy container. Signed-off-by: Zhenzhong Duan Reviewed-by: Cédric Le Goater Thanks, C. --- include/hw/vfio/vfio-common.h | 2 +- hw/vfio/container.c

[PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps

2023-11-02 Thread Zhenzhong Duan
This empty VFIOIOMMUOps named vfio_legacy_ops will hold all general IOMMU ops of legacy container. Signed-off-by: Zhenzhong Duan --- include/hw/vfio/vfio-common.h | 2 +- hw/vfio/container.c | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/hw/vfio/vfio-c