qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Fix long vm downtime during live migration


From: Liang Li
Subject: [Qemu-devel] [PATCH 0/2] Fix long vm downtime during live migration
Date: Thu, 13 Aug 2015 05:04:22 +0800

Some cleanup operations take long time during the pause and copy stage,
especially with the KVM patch 3ea3b7fa9af067, do these operation after
the completion of live migration can help to reduce VM downtime.


Liang Li (2):
  migration: do cleanup operation after completion
  migration: rename qemu_savevm_state_cancel

 include/sysemu/sysemu.h | 2 +-
 migration/block.c       | 1 -
 migration/migration.c   | 7 +++++--
 migration/ram.c         | 1 -
 migration/savevm.c      | 6 +++---
 trace-events            | 2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

-- 
1.9.1




reply via email to

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