Re: [Qemu-devel] [PATCH 09/14] migration: take finer locking

2012-12-14 Thread Juan Quintela
Paolo Bonzini wrote: > Il 21/09/2012 16:08, Juan Quintela ha scritto: >> Instead of locking the whole migration_thread inside loop, just lock >> migration_fd_put_notify, that is what interacts with the rest of the >> world. > > Wrong commit message: just lock migrate_fd_put_ready. Fixed. >> @@ -

Re: [Qemu-devel] [PATCH 09/14] migration: take finer locking

2012-09-21 Thread Paolo Bonzini
Il 21/09/2012 16:08, Juan Quintela ha scritto: > Instead of locking the whole migration_thread inside loop, just lock > migration_fd_put_notify, that is what interacts with the rest of the > world. Wrong commit message: just lock migrate_fd_put_ready. > Signed-off-by: Juan Quintela > --- > buff