From: Kunkun Jiang <jiangkunkun@huawei.com>
To: Juan Quintela <quintela@redhat.com>,
"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
Eric Blake <eblake@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
"open list:All patches CC here" <qemu-devel@nongnu.org>
Cc: wanghaibin.wang@huawei.com, jiangkunkun@huawei.com
Subject: [PATCH 0/2] Auto exit source QEMU process after a successful migration
Date: Mon, 5 Jul 2021 20:36:51 +0800 [thread overview]
Message-ID: <20210705123653.1315-1-jiangkunkun@huawei.com> (raw)
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
next reply other threads:[~2021-07-05 12:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-05 12:36 Kunkun Jiang [this message]
2021-07-05 12:36 ` [PATCH 1/2] qapi/run-state: Add a new shutdown cause 'migration-completed' Kunkun Jiang
2021-07-05 12:48 ` Daniel P. Berrangé
2021-07-05 13:22 ` Kunkun Jiang
2021-07-06 10:27 ` Dr. David Alan Gilbert
2021-07-07 2:34 ` Kunkun Jiang
2021-07-14 18:39 ` Dr. David Alan Gilbert
2021-07-05 12:36 ` [PATCH 2/2] qapi/migration: Add a new migration capability 'auto-quit' Kunkun Jiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210705123653.1315-1-jiangkunkun@huawei.com \
--to=jiangkunkun@huawei.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=wanghaibin.wang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).