Re: [Qemu-devel] [PATCH 06/12] savevm: introduce is_active method

2012-07-01 Thread Juan Quintela
Igor Mitsyanko wrote: > On 6/28/2012 11:22 PM, Juan Quintela wrote: >> Enable the creation of a method to tell migration if that section is >> active and should be migrate. We use it for blk-migration, that is >> normally not active. We don't create the method for RAM, as setups >> without RAM a

Re: [Qemu-devel] [PATCH 06/12] savevm: introduce is_active method

2012-06-30 Thread Igor Mitsyanko
On 6/28/2012 11:22 PM, Juan Quintela wrote: Enable the creation of a method to tell migration if that section is active and should be migrate. We use it for blk-migration, that is normally not active. We don't create the method for RAM, as setups without RAM are very strange O:-) Signed-off-by

[Qemu-devel] [PATCH 06/12] savevm: introduce is_active method

2012-06-28 Thread Juan Quintela
Enable the creation of a method to tell migration if that section is active and should be migrate. We use it for blk-migration, that is normally not active. We don't create the method for RAM, as setups without RAM are very strange O:-) Signed-off-by: Juan Quintela --- block-migration.c | 13