RE: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice abstract

2024-06-03 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice >abstract > > > >On 6/3/24 08:10, Zhenzhong Duan wrote: >> Introduce HostIOMMUDevice as an abstraction of host IOMMU device. >> >> Introduc

RE: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice abstract

2024-06-03 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: Re: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice >abstract > >On 6/3/24 08:10, Zhenzhong Duan wrote: >> Introduce HostIOMMUDevice as an abstraction of host IOMMU device. >> >>

Re: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice abstract

2024-06-03 Thread Eric Auger
On 6/3/24 08:10, Zhenzhong Duan wrote: > Introduce HostIOMMUDevice as an abstraction of host IOMMU device. > > Introduce .realize() to initialize HostIOMMUDevice further after > instance init. > > Introduce a macro CONFIG_HOST_IOMMU_DEVICE to define the usage > for VFIO, and VDPA in the future.

Re: [PATCH v6 01/19] backends: Introduce HostIOMMUDevice abstract

2024-06-03 Thread Cédric Le Goater
On 6/3/24 08:10, Zhenzhong Duan wrote: Introduce HostIOMMUDevice as an abstraction of host IOMMU device. Introduce .realize() to initialize HostIOMMUDevice further after instance init. Introduce a macro CONFIG_HOST_IOMMU_DEVICE to define the usage for VFIO, and VDPA in the future. Suggested-by

[PATCH v6 01/19] backends: Introduce HostIOMMUDevice abstract

2024-06-02 Thread Zhenzhong Duan
Introduce HostIOMMUDevice as an abstraction of host IOMMU device. Introduce .realize() to initialize HostIOMMUDevice further after instance init. Introduce a macro CONFIG_HOST_IOMMU_DEVICE to define the usage for VFIO, and VDPA in the future. Suggested-by: Cédric Le Goater Signed-off-by: Zhenzh