Re: [PATCH 2/6] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command

2025-03-17 Thread Vasant Hegde
Alejandro, On 3/11/2025 8:54 PM, Alejandro Jimenez wrote: > The DeviceID bits are extracted using an incorrect offset in the call to > amdvi_iotlb_remove_page(). This field is read (correctly) earlier, so use > the value already retrieved for devid. > > Cc: qemu-sta...@nongnu.org > Fixes: d29a09c

[PATCH 2/6] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command

2025-03-11 Thread Alejandro Jimenez
The DeviceID bits are extracted using an incorrect offset in the call to amdvi_iotlb_remove_page(). This field is read (correctly) earlier, so use the value already retrieved for devid. Cc: qemu-sta...@nongnu.org Fixes: d29a09ca6842 ("hw/i386: Introduce AMD IOMMU") Signed-off-by: Alejandro Jimenez