qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal


From: Bohdan Trach
Subject: [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal
Date: Tue, 24 Nov 2015 17:42:27 +0100

Changes from V1:
  - Use ELF dumps produced by the dump-guest-memory command;
  - Use checkpoints for all memory blocks;
  - Use trace_ instead of DPRINTF;
  - removed RAM_SAVE_FLAG_PAGE_HASH flag;
  - General code cleanup and update to latest QEMU codebase.

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 (2):
  migration: implement checkpoint loading
  migration: use checkpoint during migration

 include/migration/migration.h |   4 +
 migration/ram.c               | 288 ++++++++++++++++++++++++++++++++++++++++--
 qemu-options.hx               |   9 ++
 trace-events                  |   8 ++
 vl.c                          |   9 ++
 5 files changed, 309 insertions(+), 9 deletions(-)

-- 
2.4.10




reply via email to

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