Re: [Qemu-devel] [PATCH 01/17] rename is_active to is_block_active

2013-10-24 Thread Lei Li
On 10/24/2013 09:46 PM, Paolo Bonzini wrote: Il 22/10/2013 04:25, Lei Li ha scritto: is_active is used to identify block migration, rename to is_block_active to make it more clear. No, is_active is used to identify whether a set of SaveVMHandlers is active. The default is true, so only block m

Re: [Qemu-devel] [PATCH 01/17] rename is_active to is_block_active

2013-10-24 Thread Paolo Bonzini
Il 22/10/2013 04:25, Lei Li ha scritto: > is_active is used to identify block migration, rename to > is_block_active to make it more clear. No, is_active is used to identify whether a set of SaveVMHandlers is active. The default is true, so only block migration is using it. But we could use it i

[Qemu-devel] [PATCH 01/17] rename is_active to is_block_active

2013-10-21 Thread Lei Li
is_active is used to identify block migration, rename to is_block_active to make it more clear. Signed-off-by: Lei Li --- block-migration.c |2 +- include/migration/vmstate.h |2 +- savevm.c| 16 3 files changed, 10 insertions(+), 10 delet