Re: [PATCH 4/6] amd_iommu: Fix masks for Device Table Address Register

2025-03-17 Thread Vasant Hegde
Hi Alejandro, On 3/11/2025 8:54 PM, Alejandro Jimenez wrote: > The size mask currently encompasses reserved bits [11:9]. Extract only the > corrects bits encoding size (i.e. [8:0]). > > Cc: qemu-sta...@nongnu.org > Fixes: d29a09ca6842 ("hw/i386: Introduce AMD IOMMU") > Signed-off-by: Alejandro J

Re: [PATCH 4/6] amd_iommu: Fix masks for Device Table Address Register

2025-03-11 Thread Arun Kodilkar, Sairaj
On 3/11/2025 8:54 PM, Alejandro Jimenez wrote: The size mask currently encompasses reserved bits [11:9]. Extract only the corrects bits encoding size (i.e. [8:0]). Cc: qemu-sta...@nongnu.org Fixes: d29a09ca6842 ("hw/i386: Introduce AMD IOMMU") Signed-off-by: Alejandro Jimenez --- hw/i386/a

[PATCH 4/6] amd_iommu: Fix masks for Device Table Address Register

2025-03-11 Thread Alejandro Jimenez
The size mask currently encompasses reserved bits [11:9]. Extract only the corrects bits encoding size (i.e. [8:0]). Cc: qemu-sta...@nongnu.org Fixes: d29a09ca6842 ("hw/i386: Introduce AMD IOMMU") Signed-off-by: Alejandro Jimenez --- hw/i386/amd_iommu.h | 10 +- 1 file changed, 5 inserti