[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 03/17] intel_iommu: Add a placeholder variable for scalabl
From: |
Jason Wang |
Subject: |
Re: [PATCH v3 03/17] intel_iommu: Add a placeholder variable for scalable modern mode |
Date: |
Fri, 27 Sep 2024 08:15:04 +0800 |
On Wed, Sep 11, 2024 at 1:26 PM Zhenzhong Duan <zhenzhong.duan@intel.com> 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 passthrough until nesting
> is supported.
>
> Signed-off-by: Yi Liu <yi.l.liu@intel.com>
> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
> ---
Acked-by: Jason Wang <jasowang@redhat.com>
Thanks
- [PATCH v3 00/17] intel_iommu: Enable stage-1 translation for emulated device, Zhenzhong Duan, 2024/09/11
- [PATCH v3 01/17] intel_iommu: Use the latest fault reasons defined by spec, Zhenzhong Duan, 2024/09/11
- [PATCH v3 02/17] intel_iommu: Make pasid entry type check accurate, Zhenzhong Duan, 2024/09/11
- [PATCH v3 03/17] intel_iommu: Add a placeholder variable for scalable modern mode, Zhenzhong Duan, 2024/09/11
- [PATCH v3 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation, Zhenzhong Duan, 2024/09/11
- [PATCH v3 05/17] intel_iommu: Rename slpte to pte, Zhenzhong Duan, 2024/09/11
- [PATCH v3 06/17] intel_iommu: Implement stage-1 translation, Zhenzhong Duan, 2024/09/11