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

2024-09-26 Thread Jason Wang
On Wed, Sep 11, 2024 at 1:26 PM 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 an

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

2024-09-11 Thread Duan, Zhenzhong
>-Original Message- >From: CLEMENT MATHIEU--DRIF >Subject: Re: [PATCH v3 03/17] intel_iommu: Add a placeholder variable for >scalable modern mode > > > >On 11/09/2024 07:22, Zhenzhong Duan wrote: >> Caution: External email. Do not open attachments or c

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

2024-09-10 Thread CLEMENT MATHIEU--DRIF
On 11/09/2024 07:22, Zhenzhong Duan wrote: > 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 mode, this element wil

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

2024-09-10 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-