All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal
@ 2015-11-24 16:42 Bohdan Trach
  2015-11-24 16:42 ` [Qemu-devel] [PATCH RFC 1/2] migration: implement checkpoint loading Bohdan Trach
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bohdan Trach @ 2015-11-24 16:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bohdan Trach, amit.shah, thomas.knauth, quintela

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-25 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 16:42 [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal Bohdan Trach
2015-11-24 16:42 ` [Qemu-devel] [PATCH RFC 1/2] migration: implement checkpoint loading Bohdan Trach
2015-11-24 16:42 ` [Qemu-devel] [PATCH RFC 2/2] migration: use checkpoint during migration Bohdan Trach
2015-11-24 17:51 ` [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal Eric Blake
2015-11-25 10:24   ` Bohdan Trach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.