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

2024-04-30 Thread Cédric Le Goater
On 4/30/24 12:16, Duan, Zhenzhong wrote: -Original Message- From: Cédric Le Goater Subject: Re: [PATCH v3 13/19] vfio: Create host IOMMU device instance On 4/29/24 08:50, Zhenzhong Duan wrote: Create host IOMMU device instance in vfio_attach_device() and call .realize() to

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

2024-04-30 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: Re: [PATCH v3 13/19] vfio: Create host IOMMU device instance > >On 4/29/24 08:50, Zhenzhong Duan wrote: >> Create host IOMMU device instance in vfio_attach_device() and call >> .realize() to initialize it

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

2024-04-30 Thread Cédric Le Goater
On 4/29/24 08:50, Zhenzhong Duan wrote: 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 | 18 +

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

2024-04-28 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 | 18 +- 2 files changed, 18 insertions(+)