]> git.proxmox.com Git - qemu.git/commit
memory: use AddressSpace for MemoryListener filtering
authorAvi Kivity <avi@redhat.com>
Tue, 2 Oct 2012 18:13:51 +0000 (20:13 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 22 Oct 2012 12:50:07 +0000 (14:50 +0200)
commitf6790af6bcfa35fa9ea3c565a0a2aed54337aef5
treea26b7a7c52d483f083c7672af26e62f774e1b706
parent1d71148eace669827ba15101819b54b20fcca616
memory: use AddressSpace for MemoryListener filtering

Using the AddressSpace type reduces confusion, as you can't accidentally
supply the MemoryRegion you're interested in.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
exec-memory.h
exec.c
hw/vfio_pci.c
hw/vhost.c
hw/xen_pt.c
kvm-all.c
memory.c
memory.h
xen-all.c