Re: [PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode

2024-11-03 Thread Yi Liu
On 2024/9/30 17:26, Zhenzhong Duan wrote: Add an new element scalable_mode in IntelIOMMUState to mark scalable modern mode, this element will be exposed as an intel_iommu property finally. For now, it's only a placehholder and used for address width compatibility check and block host device pass

Re: [PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode

2024-10-03 Thread CLEMENT MATHIEU--DRIF
LGTM, thanks for the update Reviewed-by: Clément Mathieu--Drif > Caution: External email. Do not open attachments or click links, unless this > email comes from a known sender and you know the content is safe. > > > Add an new element scalable_mode in IntelIOMMUState to mark scalable > modern

[PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode

2024-09-30 Thread Zhenzhong Duan
Add an new element scalable_mode in IntelIOMMUState to mark scalable modern mode, this element will be exposed as an intel_iommu property finally. For now, it's only a placehholder and used for address width compatibility check and block host device passthrough until nesting is supported. Signed-