Re: [Qemu-devel] [PATCH 07/12] savevm: split save_live_setup from save_live_state

2012-07-01 Thread Orit Wasserman
On 06/28/2012 10:22 PM, Juan Quintela wrote: > This patch splits stage 1 to its own function for both save_live > users, ram and block. It is just a copy of the function, removing the > parts of the other stages. Optimizations would came later. > > Signed-off-by: Juan Quintela > --- > arch_ini

[Qemu-devel] [PATCH 07/12] savevm: split save_live_setup from save_live_state

2012-06-28 Thread Juan Quintela
This patch splits stage 1 to its own function for both save_live users, ram and block. It is just a copy of the function, removing the parts of the other stages. Optimizations would came later. Signed-off-by: Juan Quintela --- arch_init.c | 86 +++---