qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] migration: do not exit on incoming failure
@ 2024-04-24 17:42 Vladimir Sementsov-Ogievskiy
  2024-04-24 17:42 ` [PATCH v2 1/2] migration: rework migrate_set_error() to migrate_report_err() Vladimir Sementsov-Ogievskiy
  2024-04-24 17:42 ` [PATCH v2 2/2] qapi: introduce exit-on-error paramter for migrate-incoming Vladimir Sementsov-Ogievskiy
  0 siblings, 2 replies; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2024-04-24 17:42 UTC (permalink / raw)
  To: peterx, farosas; +Cc: eblake, armbru, pbonzini, qemu-devel, vsementsov, yc-core

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-25  8:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 17:42 [PATCH v2 0/2] migration: do not exit on incoming failure Vladimir Sementsov-Ogievskiy
2024-04-24 17:42 ` [PATCH v2 1/2] migration: rework migrate_set_error() to migrate_report_err() Vladimir Sementsov-Ogievskiy
2024-04-24 19:40   ` Peter Xu
2024-04-24 19:50     ` Vladimir Sementsov-Ogievskiy
2024-04-24 21:52       ` Peter Xu
2024-04-25  8:25         ` Vladimir Sementsov-Ogievskiy
2024-04-24 17:42 ` [PATCH v2 2/2] qapi: introduce exit-on-error paramter for migrate-incoming Vladimir Sementsov-Ogievskiy
2024-04-24 22:02   ` Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).