]> git.proxmox.com Git - mirror_qemu.git/commit - accel/kvm/kvm-all.c
kvm: convert to MemoryListener API
authorAvi Kivity <avi@redhat.com>
Sun, 18 Dec 2011 12:06:05 +0000 (14:06 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 20 Dec 2011 12:14:07 +0000 (14:14 +0200)
commita01672d3968cf91208666d371784110bfde9d4f8
tree13307fd238cc2d7dc8dae03fce00d6ead78f58fb
parent9f213ed92c5ccc3d0aa19359bb1783760d01dae9
kvm: convert to MemoryListener API

Drop the use of cpu_register_phys_memory_client() in favour of the new
MemoryListener API.  The new API simplifies the caller, since there is no
need to deal with splitting and merging slots; however this is not exploited
in this patch.

Signed-off-by: Avi Kivity <avi@redhat.com>
kvm-all.c