]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: introduce memory_region_notify_one()
authorPeter Xu <peterx@redhat.com>
Fri, 7 Apr 2017 10:59:10 +0000 (18:59 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 20 Apr 2017 18:22:41 +0000 (15:22 -0300)
commitbd2bfa4c52e5f4dc6dbaa5be0521aedc31cb53d9
tree792518e8d0da4a632fdb2462f5f92865cd03c332
parentde472e4a92f780d02b894001e004f4b4a350ec38
memory: introduce memory_region_notify_one()

Generalizing the notify logic in memory_region_notify_iommu() into a
single function. This can be further used in customized replay()
functions for IOMMUs.

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