mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
memory: introduce memory_region_unmap_iommu_notifier_range()
This patch introduces a new helper to unmap the range of a specific IOMMU notifier. Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20230223065924.42503-4-jasowang@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
09adb0e021
commit
7caebbf9ea
2 changed files with 23 additions and 0 deletions
|
@ -1731,6 +1731,16 @@ void memory_region_notify_iommu(IOMMUMemoryRegion *iommu_mr,
|
|||
void memory_region_notify_iommu_one(IOMMUNotifier *notifier,
|
||||
IOMMUTLBEvent *event);
|
||||
|
||||
/**
|
||||
* memory_region_unmap_iommu_notifier_range: notify a unmap for an IOMMU
|
||||
* translation that covers the
|
||||
* range of a notifier
|
||||
*
|
||||
* @notifier: the notifier to be notified
|
||||
*/
|
||||
void memory_region_unmap_iommu_notifier_range(IOMMUNotifier *n);
|
||||
|
||||
|
||||
/**
|
||||
* memory_region_register_iommu_notifier: register a notifier for changes to
|
||||
* IOMMU translation entries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue