On 01/25/2010 08:29 AM, Michael S. Tsirkin wrote:
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<m...@redhat.com> Acked-by: Avi Kivity<a...@redhat.com>
This breaks the linux-user build (exec.o: cpu_notify_set_memory defined but not used).
Regards, Anthony Liguori