All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Auto exit source QEMU process after a successful migration
@ 2021-07-05 12:36 Kunkun Jiang
  2021-07-05 12:36 ` [PATCH 1/2] qapi/run-state: Add a new shutdown cause 'migration-completed' Kunkun Jiang
  2021-07-05 12:36 ` [PATCH 2/2] qapi/migration: Add a new migration capability 'auto-quit' Kunkun Jiang
  0 siblings, 2 replies; 8+ messages in thread
From: Kunkun Jiang @ 2021-07-05 12:36 UTC (permalink / raw)
  To: Juan Quintela, Dr . David Alan Gilbert, Eric Blake,
	Markus Armbruster, Paolo Bonzini, open list:All patches CC here
  Cc: wanghaibin.wang, jiangkunkun

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



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

end of thread, other threads:[~2021-07-14 18:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 12:36 [PATCH 0/2] Auto exit source QEMU process after a successful migration Kunkun Jiang
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.