Re: [Qemu-devel] [PATCH 04/27] add a version number to ram_list

2012-07-26 Thread Juan Quintela
Michael Roth wrote: > On Tue, Jul 24, 2012 at 08:36:29PM +0200, Juan Quintela wrote: >> From: Umesh Deshpande >> >> This will be used to detect if last_block might have become invalid >> across different calls to ram_save_live. > > Was it a bug in the old code to not do this? In the unthreaded

Re: [Qemu-devel] [PATCH 04/27] add a version number to ram_list

2012-07-25 Thread Michael Roth
On Tue, Jul 24, 2012 at 08:36:29PM +0200, Juan Quintela wrote: > From: Umesh Deshpande > > This will be used to detect if last_block might have become invalid > across different calls to ram_save_live. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Umesh Deshpande > Signed-off-by: Juan Quin

[Qemu-devel] [PATCH 04/27] add a version number to ram_list

2012-07-24 Thread Juan Quintela
From: Umesh Deshpande This will be used to detect if last_block might have become invalid across different calls to ram_save_live. Signed-off-by: Paolo Bonzini Signed-off-by: Umesh Deshpande Signed-off-by: Juan Quintela --- arch_init.c |6 ++ cpu-all.h |1 + exec.c |4