Re: [Qemu-devel] [PATCH 09/12] ram: save_live_setup() don't need to sent pages

2012-07-02 Thread Orit Wasserman
On 06/28/2012 10:22 PM, Juan Quintela wrote: > We should send pages on interate phase, not in setup one. This was a > "bug". Just removing the loop does what we want. Tested that it > works with current ram_load(). > > Signed-off-by: Juan Quintela > --- > arch_init.c | 33 --

[Qemu-devel] [PATCH 09/12] ram: save_live_setup() don't need to sent pages

2012-06-28 Thread Juan Quintela
We should send pages on interate phase, not in setup one. This was a "bug". Just removing the loop does what we want. Tested that it works with current ram_load(). Signed-off-by: Juan Quintela --- arch_init.c | 33 - 1 file changed, 33 deletions(-) diff --gi