From: Eric Blake <eblake@redhat.com>
To: Bohdan Trach <bohdan.trach@mailbox.tu-dresden.de>, qemu-devel@nongnu.org
Cc: amit.shah@redhat.com, thomas.knauth@googlemail.com, quintela@redhat.com
Subject: Re: [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal
Date: Tue, 24 Nov 2015 10:51:49 -0700 [thread overview]
Message-ID: <5654A3B5.2050101@redhat.com> (raw)
In-Reply-To: <cover.1448378993.git.bohdan.trach@mailbox.tu-dresden.de>
[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]
On 11/24/2015 09:42 AM, Bohdan Trach wrote:
> 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(-)
This touches the command line, but not any QMP .json files. Is this new
feature properly discoverable using existing QMP commands, or is this
something lacking in the proposal?
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-11-24 17:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Eric Blake [this message]
2015-11-25 10:24 ` [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal Bohdan Trach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5654A3B5.2050101@redhat.com \
--to=eblake@redhat.com \
--cc=amit.shah@redhat.com \
--cc=bohdan.trach@mailbox.tu-dresden.de \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=thomas.knauth@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.