Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

2024-05-26 Thread CLEMENT MATHIEU--DRIF
@nvidia.com; joao.m.mart...@oracle.com; Tian, >> Kevin ; Liu, Yi L ; Peng, Chao P >> ; Paolo Bonzini ; Richard >> Henderson ; Eduardo Habkost >> ; Marcel Apfelbaum >> Subject: Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in >> scalable modren mode &

RE: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

2024-05-26 Thread Duan, Zhenzhong
sow...@redhat.com; >j...@nvidia.com; nicol...@nvidia.com; joao.m.mart...@oracle.com; Tian, >Kevin ; Liu, Yi L ; Peng, Chao P >; Paolo Bonzini ; Richard >Henderson ; Eduardo Habkost >; Marcel Apfelbaum >Subject: Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in >scalable mo

Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

2024-05-24 Thread CLEMENT MATHIEU--DRIF
Hi Zhenzhong On 22/05/2024 08:23, 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. > > > According to VTD spec, stage-1 page table could support 4-level and > 5-level paging. >

[PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

2024-05-21 Thread Zhenzhong Duan
According to VTD spec, stage-1 page table could support 4-level and 5-level paging. However, 5-level paging translation emulation is unsupported yet. That means the only supported value for aw_bits is 48. So default aw_bits to 48 in scalable modern mode. In other cases, it is still default to 39