commit | 04097f7c5957273c578f72b9bd603ba6b1d69e33 | [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 | 51134fa9b1aee6fb9ef83392b33afafa80e0f325 | |
parent | a01672d3968cf91208666d371784110bfde9d4f8 [diff] |
vhost: 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>