Paolo Bonzini <pbonz...@redhat.com> wrote: > Perform final cleanup in a bottom half, and add joining the thread to > the series of cleanup actions. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > include/migration/migration.h | 1 + > migration.c | 37 +++++++++++++++++++------------------ > 2 files changed, 20 insertions(+), 18 deletions(-) >
Reviewed-by: Juan Quintela <quint...@redhat.com> Previously, I have had trouble with bottom half here because they added a lot of latency between we made it runnable until they decided to run. This was the reason that I didn't used them on my previous tries. But I haven't hit the problem with this series.