Re: [Qemu-devel] [PATCH 21/41] migration: run setup callbacks out of big lock

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > Only the migration_bitmap_sync() call needs the iothread lock. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH 21/41] migration: run setup callbacks out of big lock

2013-02-19 Thread Orit Wasserman
On 02/15/2013 07:46 PM, Paolo Bonzini wrote: > Only the migration_bitmap_sync() call needs the iothread lock. > > Signed-off-by: Paolo Bonzini > --- > arch_init.c | 10 ++ > block-migration.c |2 ++ > include/migration/vmstate.h |2 +- > migration.c

[Qemu-devel] [PATCH 21/41] migration: run setup callbacks out of big lock

2013-02-15 Thread Paolo Bonzini
Only the migration_bitmap_sync() call needs the iothread lock. Signed-off-by: Paolo Bonzini --- arch_init.c | 10 ++ block-migration.c |2 ++ include/migration/vmstate.h |2 +- migration.c |2 -- savevm.c|3 +