[Qemu-devel] Re: [PATCH master, stable] vhost: fix dirty page handling

2011-03-16 Thread Juan Quintela
"Michael S. Tsirkin" wrote: > vhost was passing a physical address to cpu_physical_memory_set_dirty, > which is wrong: we need to translate to ram address first. > > Signed-off-by: Michael S. Tsirkin > > Note: this lead to crashes during migration, so the patch > is needed on the stable branch to

[Qemu-devel] Re: [PATCH master, stable] vhost: fix dirty page handling

2011-03-16 Thread Alex Williamson
On Wed, 2011-03-16 at 12:09 +0200, Michael S. Tsirkin wrote: > vhost was passing a physical address to cpu_physical_memory_set_dirty, > which is wrong: we need to translate to ram address first. > > Signed-off-by: Michael S. Tsirkin > > Note: this lead to crashes during migration, so the patch >