On Thu, 25 Jul 2019 at 11:57, Juan Quintela <quintela@xxxxxxxxxx> wrote: > > The following changes since commit bf8b024372bf8abf5a9f40bfa65eeefad23ff988: > > Update version for v4.1.0-rc2 release (2019-07-23 18:28:08 +0100) > > are available in the Git repository at: > > https://github.com/juanquintela/qemu.git tags/migration-pull-request > > for you to fetch changes up to f193bc0c5342496ce07355c0c30394560a7f4738: > > migration: fix migrate_cancel multifd migration leads destination hung forever (2019-07-24 14:47:21 +0200) > > ---------------------------------------------------------------- > Migration pull request > > This series fixes problems with migration-cancel while using multifd. > In some cases it can hang waiting in a semaphore. > > Please apply. > > ---------------------------------------------------------------- > > Ivan Ren (3): > migration: fix migrate_cancel leads live_migration thread endless loop > migration: fix migrate_cancel leads live_migration thread hung forever > migration: fix migrate_cancel multifd migration leads destination hung > forever > > Juan Quintela (1): > migration: Make explicit that we are quitting multifd > > migration/ram.c | 66 ++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 57 insertions(+), 9 deletions(-) Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM