commit | a01672d3968cf91208666d371784110bfde9d4f8 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Dec 18 14:06:05 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 20 14:14:07 2011 +0200 |
tree | 13307fd238cc2d7dc8dae03fce00d6ead78f58fb | |
parent | 9f213ed92c5ccc3d0aa19359bb1783760d01dae9 [diff] |
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>