Re: [PATCH 08/18] amd_iommu: Helper to decode size of page invalidation command

2025-04-28 Thread Alejandro Jimenez
On 4/22/25 8:26 AM, Sairaj Kodilkar wrote: On 4/14/2025 7:32 AM, Alejandro Jimenez wrote: The size of the region to invalidate depends on the S bit and address encoded in the command. Add a helper to extract this information, which will be used to sync shadow page tables in upcoming changes

Re: [PATCH 08/18] amd_iommu: Helper to decode size of page invalidation command

2025-04-22 Thread Sairaj Kodilkar
On 4/14/2025 7:32 AM, Alejandro Jimenez wrote: The size of the region to invalidate depends on the S bit and address encoded in the command. Add a helper to extract this information, which will be used to sync shadow page tables in upcoming changes. Signed-off-by: Alejandro Jimenez --- hw/

[PATCH 08/18] amd_iommu: Helper to decode size of page invalidation command

2025-04-13 Thread Alejandro Jimenez
The size of the region to invalidate depends on the S bit and address encoded in the command. Add a helper to extract this information, which will be used to sync shadow page tables in upcoming changes. Signed-off-by: Alejandro Jimenez --- hw/i386/amd_iommu.c | 34 +++