Re: [Qemu-devel] [PATCH 1/1] migration_init: Fix lock initialisation/make it explicit

2015-11-12 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Peter reported a lock error on MacOS after my a82d593b > patch. > > migrate_get_current does one-time initialisation of > a bunch of variables. > migrate_init does reinitialisation even on a 2nd > migrate after a cancel. >

[Qemu-devel] [PATCH 1/1] migration_init: Fix lock initialisation/make it explicit

2015-11-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Peter reported a lock error on MacOS after my a82d593b patch. migrate_get_current does one-time initialisation of a bunch of variables. migrate_init does reinitialisation even on a 2nd migrate after a cancel. The problem here was that I'd initialised the mutex in