From: Bohdan Trach <bohdan.tr...@mailbox.tu-dresden.de>

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