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

Vladimir Sementsov-Ogievskiy posted 2 patches 1 week, 3 days ago
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, 3 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