Re: [Qemu-devel] [PATCH RESEND] savevm: Reset last block info at beginning of each save

2010-08-18 Thread Glauber Costa
On Wed, Aug 18, 2010 at 08:02:10AM -0600, Alex Williamson wrote: > If we save more than once we need to reset the last block info or else > only the first save has the actual block info and each subsequent save > will only use continue flags, making them unloadable independently. > > Found-by: Mig

[Qemu-devel] [PATCH RESEND] savevm: Reset last block info at beginning of each save

2010-08-18 Thread Alex Williamson
If we save more than once we need to reset the last block info or else only the first save has the actual block info and each subsequent save will only use continue flags, making them unloadable independently. Found-by: Miguel Di Ciurcio Filho Signed-off-by: Alex Williamson --- arch_init.c |