Re: [PATCH 10/18] amd_iommu: Add a page walker to sync shadow page tables on invalidation

2025-04-18 Thread Ethan MILON
Hi, On 4/13/25 10:02 PM, Alejandro Jimenez wrote: > For the specified address range, walk the page table identifying regions > as mapped or unmapped and invoke registered notifiers with the > corresponding event type. > > Signed-off-by: Alejandro Jimenez > --- > hw/i386/amd_iommu.c | 74 +++

Re: [PATCH 10/18] amd_iommu: Add a page walker to sync shadow page tables on invalidation

2025-04-17 Thread Alejandro Jimenez
On 4/17/25 11:14 AM, Ethan MILON wrote: Hi, On 4/13/25 10:02 PM, Alejandro Jimenez wrote: For the specified address range, walk the page table identifying regions as mapped or unmapped and invoke registered notifiers with the corresponding event type. Signed-off-by: Alejandro Jimenez ---

[PATCH 10/18] amd_iommu: Add a page walker to sync shadow page tables on invalidation

2025-04-13 Thread Alejandro Jimenez
For the specified address range, walk the page table identifying regions as mapped or unmapped and invoke registered notifiers with the corresponding event type. Signed-off-by: Alejandro Jimenez --- hw/i386/amd_iommu.c | 74 + 1 file changed, 74 insert