qemu-devel
[Top][All Lists]
Advanced

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

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


From: Kunkun Jiang
Subject: [PATCH 0/2] Auto exit source QEMU process after a successful migration
Date: Mon, 5 Jul 2021 20:36:51 +0800

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




reply via email to

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