Re: [Qemu-devel] [PATCHv3 1/3] qemu: memory notifiers

2010-02-09 Thread Anthony Liguori
On 01/27/2010 02:06 PM, 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.

[Qemu-devel] [PATCHv3 1/3] qemu: memory notifiers

2010-01-27 Thread Michael S. Tsirkin
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 --- cpu-common.