RE: [PATCH v6 13/19] vfio: Create host IOMMU device instance

2024-06-03 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH v6 13/19] vfio: Create host IOMMU device instance > >Hi Zhenzhong, > >On 6/3/24 08:10, Zhenzhong Duan wrote: >> Create host IOMMU device instance in vfio_attach_device() and call >> .realize

Re: [PATCH v6 13/19] vfio: Create host IOMMU device instance

2024-06-03 Thread Eric Auger
Hi Zhenzhong, On 6/3/24 08:10, Zhenzhong Duan wrote: > Create host IOMMU device instance in vfio_attach_device() and call > .realize() to initialize it further. I would squash this with the previous patch Eric > > Suggested-by: Cédric Le Goater > Signed-off-by: Zhenzhong Duan > --- > include/

[PATCH v6 13/19] vfio: Create host IOMMU device instance

2024-06-02 Thread Zhenzhong Duan
Create host IOMMU device instance in vfio_attach_device() and call .realize() to initialize it further. Suggested-by: Cédric Le Goater Signed-off-by: Zhenzhong Duan --- include/hw/vfio/vfio-common.h | 1 + hw/vfio/common.c | 16 +++- 2 files changed, 16 insertions(+),