memory: Remove unused memory_region_iommu_replay_all()
memory_region_iommu_replay_all is not used. Remove it. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reported-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Message-id: 20190822172350.12008-2-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
77a132ea7e
commit
8ccb563849
@ -1086,16 +1086,6 @@ void memory_region_register_iommu_notifier(MemoryRegion *mr,
|
|||||||
*/
|
*/
|
||||||
void memory_region_iommu_replay(IOMMUMemoryRegion *iommu_mr, IOMMUNotifier *n);
|
void memory_region_iommu_replay(IOMMUMemoryRegion *iommu_mr, IOMMUNotifier *n);
|
||||||
|
|
||||||
/**
|
|
||||||
* memory_region_iommu_replay_all: replay existing IOMMU translations
|
|
||||||
* to all the notifiers registered.
|
|
||||||
*
|
|
||||||
* Note: this is not related to record-and-replay functionality.
|
|
||||||
*
|
|
||||||
* @iommu_mr: the memory region to observe
|
|
||||||
*/
|
|
||||||
void memory_region_iommu_replay_all(IOMMUMemoryRegion *iommu_mr);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* memory_region_unregister_iommu_notifier: unregister a notifier for
|
* memory_region_unregister_iommu_notifier: unregister a notifier for
|
||||||
* changes to IOMMU translation entries.
|
* changes to IOMMU translation entries.
|
||||||
|
9
memory.c
9
memory.c
@ -1922,15 +1922,6 @@ void memory_region_iommu_replay(IOMMUMemoryRegion *iommu_mr, IOMMUNotifier *n)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void memory_region_iommu_replay_all(IOMMUMemoryRegion *iommu_mr)
|
|
||||||
{
|
|
||||||
IOMMUNotifier *notifier;
|
|
||||||
|
|
||||||
IOMMU_NOTIFIER_FOREACH(notifier, iommu_mr) {
|
|
||||||
memory_region_iommu_replay(iommu_mr, notifier);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void memory_region_unregister_iommu_notifier(MemoryRegion *mr,
|
void memory_region_unregister_iommu_notifier(MemoryRegion *mr,
|
||||||
IOMMUNotifier *n)
|
IOMMUNotifier *n)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user