]> xenbits.xensource.com Git - qemu-xen.git/commit
memory: introduce memory_region_unmap_iommu_notifier_range()
authorJason Wang <jasowang@redhat.com>
Thu, 23 Feb 2023 06:59:22 +0000 (14:59 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 3 Mar 2023 00:13:52 +0000 (19:13 -0500)
commit7caebbf9ea534dc11ff52ba38f982da4962e6051
tree8ecb2e846c132dd914993c0fcda57b45b23dfd4c
parent09adb0e021207b60a0c51a68939b4539d98d3ef3
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>
include/exec/memory.h
softmmu/memory.c