Re: [Qemu-devel] [PATCH v7 06/22] migration: Improve migration thread error handling

2017-09-06 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We now report errors also when we finish migration, not only on info > migrate. We plan to use this error from several places, and we want > the first error to happen to win, so we add an mutex to order it. > > Signed-off-by: Juan Quintela I think

[Qemu-devel] [PATCH v7 06/22] migration: Improve migration thread error handling

2017-09-06 Thread Juan Quintela
We now report errors also when we finish migration, not only on info migrate. We plan to use this error from several places, and we want the first error to happen to win, so we add an mutex to order it. Signed-off-by: Juan Quintela --- migration/migration.c | 19 --- migration/m