]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: provide iommu_replay_all()
authorPeter Xu <peterx@redhat.com>
Fri, 7 Apr 2017 10:59:09 +0000 (18:59 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 20 Apr 2017 18:22:41 +0000 (15:22 -0300)
commitde472e4a92f780d02b894001e004f4b4a350ec38
tree85d5dc5408a92f818cb2d997854b9badc1c105bc
parent512fa40867e6118568756a81ddaf476a0fef0f32
memory: provide iommu_replay_all()

This is an "global" version of existing memory_region_iommu_replay() -
we announce the translations to all the registered notifiers, instead of
a specific one.

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: \"Michael S. Tsirkin\" <mst@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1491562755-23867-4-git-send-email-peterx@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/exec/memory.h
memory.c