[PATCH v2 0/2] migration: do not exit on incoming failure

Vladimir Sementsov-Ogievskiy posted 2 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240424174245.1237942-1-vsementsov@yandex-team.ru
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
migration/migration-hmp-cmds.c |  2 +-
migration/migration.c          | 79 +++++++++++++++-------------------
migration/migration.h          |  5 ++-
migration/multifd.c            | 18 +++-----
migration/postcopy-ram.c       |  3 +-
migration/savevm.c             | 16 +++----
qapi/migration.json            |  7 ++-
system/vl.c                    |  7 +--
8 files changed, 60 insertions(+), 77 deletions(-)
[PATCH v2 0/2] migration: do not exit on incoming failure
Posted by Vladimir Sementsov-Ogievskiy 1 week, 2 days ago
Hi all!

The series brings an option to not immediately exit on incoming
migration failure, giving a possibility to orchestrator to get the error
through QAPI and shutdown QEMU by "quit".

Vladimir Sementsov-Ogievskiy (2):
  migration: rework migrate_set_error() to migrate_report_err()
  qapi: introduce exit-on-error paramter for migrate-incoming

 migration/migration-hmp-cmds.c |  2 +-
 migration/migration.c          | 79 +++++++++++++++-------------------
 migration/migration.h          |  5 ++-
 migration/multifd.c            | 18 +++-----
 migration/postcopy-ram.c       |  3 +-
 migration/savevm.c             | 16 +++----
 qapi/migration.json            |  7 ++-
 system/vl.c                    |  7 +--
 8 files changed, 60 insertions(+), 77 deletions(-)

-- 
2.34.1