summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
diff options
context:
space:
mode:
authorEric Auger2019-08-22 19:23:46 +0200
committerPeter Maydell2019-09-03 17:20:34 +0200
commit8ccb56384940651c251b414216b260f33bcae7ae (patch)
treebb9c9e296377fea99d25c24c726e9664f3f96ebb /include/exec/memory.h
parentaspeed/timer: Provide back-pressure information for short periods (diff)
downloadqemu-8ccb56384940651c251b414216b260f33bcae7ae.tar.gz
qemu-8ccb56384940651c251b414216b260f33bcae7ae.tar.xz
qemu-8ccb56384940651c251b414216b260f33bcae7ae.zip
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>
Diffstat (limited to 'include/exec/memory.h')
-rw-r--r--include/exec/memory.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h
index fddc2ff48a..ecca388e69 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -1087,16 +1087,6 @@ void memory_region_register_iommu_notifier(MemoryRegion *mr,
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
* changes to IOMMU translation entries.
*