commit | f6f3fbcab0c36f17ea63573ed4d21816a09c978e | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Jan 27 22:06:57 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Feb 09 16:56:13 2010 -0600 |
tree | d7897bf389e87488f1365aefd5c0fdfc6f4d0fcc | |
parent | cca1af8c4d2ef6449fd61494ba2cb087b838011c [diff] |
qemu: memory notifiers This adds notifiers for phys memory changes: a set of callbacks that vhost can register and update kernel accordingly. Down the road, kvm code can be switched to use these as well, instead of calling kvm code directly from exec.c as is done now. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>