Re: [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format

2025-04-23 Thread Sairaj Kodilkar
On 4/18/2025 11:00 AM, CLEMENT MATHIEU--DRIF wrote: On 17/04/2025 5:27 pm, Alejandro Jimenez 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. On 4/17/25 8:40 AM, CLEMENT MATHIEU--DRIF wrot

Re: [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format

2025-04-17 Thread CLEMENT MATHIEU--DRIF
On 17/04/2025 5:27 pm, Alejandro Jimenez 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. > > > On 4/17/25 8:40 AM, CLEMENT MATHIEU--DRIF wrote: >> >> >> On 14/04/2025 4:02 am, Alejandro Ji

Re: [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format

2025-04-17 Thread Alejandro Jimenez
On 4/17/25 8:40 AM, CLEMENT MATHIEU--DRIF wrote: On 14/04/2025 4:02 am, Alejandro Jimenez 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. The current amdvi_page_walk() is designed to be

Re: [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format

2025-04-17 Thread CLEMENT MATHIEU--DRIF
On 14/04/2025 4:02 am, Alejandro Jimenez 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. > > > The current amdvi_page_walk() is designed to be called by the replay() > method. Rather than

[PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format

2025-04-13 Thread Alejandro Jimenez
The current amdvi_page_walk() is designed to be called by the replay() method. Rather than drastically altering it, introduce helpers to fetch guest PTEs that will be used by a page walker implementation. Signed-off-by: Alejandro Jimenez --- hw/i386/amd_iommu.c | 125