qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH RFC 0/3] Checkpoint-assisted migration proposal


From: Bohdan Trach
Subject: [Qemu-devel] [PATCH RFC 0/3] Checkpoint-assisted migration proposal
Date: Fri, 17 Apr 2015 14:12:59 +0200

From: Bohdan Trach <address@hidden>

This patchset contains a checkpoint-assisted migration feature as
proposed earlier on this list [1]. It allows reusing existing memory
snapshots of guests to speed up migration of VMs between physical
hosts.

[1] https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01555.html

Bohdan Trach (3):
  memory: Add dump-pc-mem command for checkpointing
  memory: implement checkpoint handling
  migration: use checkpoint during migration

 arch_init.c      | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 configure        |   2 +
 hmp-commands.hx  |  16 +++
 hmp.c            |   9 ++
 hmp.h            |   1 +
 qapi-schema.json |  11 ++
 qemu-options.hx  |   9 ++
 qmp-commands.hx  |  19 ++++
 vl.c             |  12 ++
 9 files changed, 405 insertions(+), 9 deletions(-)

-- 
2.0.5




reply via email to

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