qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vladimir Sementsov-Ogievskiy
Subject: [PATCH v2 0/2] migration: do not exit on incoming failure
Date: Wed, 24 Apr 2024 20:42:43 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]