Re: [PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates

2025-06-23 Thread Sairaj Kodilkar
On 5/2/2025 7:45 AM, Alejandro Jimenez wrote: Add the minimal data structures required to maintain a list of address spaces (i.e. devices) with registered notifiers, and to update the type of events that require notifications. Note that the ability to register for MAP notifications is not avai

Re: [PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates

2025-05-11 Thread Sairaj Kodilkar
On 5/2/2025 7:45 AM, Alejandro Jimenez wrote: Add the minimal data structures required to maintain a list of address spaces (i.e. devices) with registered notifiers, and to update the type of events that require notifications. Note that the ability to register for MAP notifications is not avai

[PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates

2025-05-01 Thread Alejandro Jimenez
Add the minimal data structures required to maintain a list of address spaces (i.e. devices) with registered notifiers, and to update the type of events that require notifications. Note that the ability to register for MAP notifications is not available. It will be unblocked by following changes th