[PATCH 0/2] Auto exit source QEMU process after a successful migration

Kunkun Jiang posted 2 patches 4 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210705123653.1315-1-jiangkunkun@huawei.com
Maintainers: Juan Quintela <quintela@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
migration/migration.c | 13 +++++++++++++
migration/migration.h |  1 +
qapi/migration.json   |  6 +++++-
qapi/run-state.json   |  4 +++-
4 files changed, 22 insertions(+), 2 deletions(-)
[PATCH 0/2] Auto exit source QEMU process after a successful migration
Posted by Kunkun Jiang 4 years, 7 months ago
Hi all,

This serial include patches as below:
Patch 1:
- add a new shutdown cause 'migration-completed', which used for automatically
  exit of source QEMU process after a successful migration

Patch 2:
- add a new migration capability 'auto-quit' to control whether to automatically
  exit source QEMU process after a successful migration

Kunkun Jiang (2):
  qapi/run-state: Add a new shutdown cause 'migration-completed'
  qapi/migration: Add a new migration capability 'auto-quit'

 migration/migration.c | 13 +++++++++++++
 migration/migration.h |  1 +
 qapi/migration.json   |  6 +++++-
 qapi/run-state.json   |  4 +++-
 4 files changed, 22 insertions(+), 2 deletions(-)

-- 
2.23.0