From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 00/11] Migration next v5
Date: Tue, 24 Jul 2012 20:19:13 +0200 [thread overview]
Message-ID: <1343153964-25254-1-git-send-email-quintela@redhat.com> (raw)
Hi
This series include back xbrle. In addressed all the review comments
addressed by luiz.
Please, review.
Thanks, Juan.
Juan Quintela (1):
Restart optimization on stage3 update version
Orit Wasserman (10):
Add migration capabilities
Add migrate_set_parameter command
Add XBZRLE documentation
Add cache handling functions
Add uleb encoding/decoding functions
Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
Add XBZRLE to ram_save_block and ram_save_live
Add migrate_set_cachesize command
Add migration accounting for normal and duplicate pages
Add XBZRLE statistics
Makefile.objs | 1 +
arch_init.c | 263 +++++++++++++++++++++++++++++++++++++++++++--
cutils.c | 42 ++++++++
docs/xbzrle.txt | 136 +++++++++++++++++++++++
hmp-commands.hx | 36 +++++++
hmp.c | 98 +++++++++++++++++
hmp.h | 3 +
include/qemu/page_cache.h | 79 ++++++++++++++
migration.c | 127 +++++++++++++++++++++-
migration.h | 21 ++++
monitor.c | 7 ++
page_cache.c | 216 +++++++++++++++++++++++++++++++++++++
qapi-schema.json | 104 +++++++++++++++++-
qemu-common.h | 21 ++++
qmp-commands.hx | 127 +++++++++++++++++++++-
savevm.c | 159 +++++++++++++++++++++++++++
16 files changed, 1425 insertions(+), 15 deletions(-)
create mode 100644 docs/xbzrle.txt
create mode 100644 include/qemu/page_cache.h
create mode 100644 page_cache.c
--
1.7.10.4
next reply other threads:[~2012-07-24 18:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-24 18:19 Juan Quintela [this message]
2012-07-24 18:19 ` [Qemu-devel] [PATCH 01/11] Add migration capabilities Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter command Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 03/11] Add XBZRLE documentation Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 04/11] Add cache handling functions Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 05/11] Add uleb encoding/decoding functions Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 06/11] Add xbzrle_encode_buffer and xbzrle_decode_buffer functions Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 07/11] Add XBZRLE to ram_save_block and ram_save_live Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 09/11] Add migration accounting for normal and duplicate pages Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 10/11] Add XBZRLE statistics Juan Quintela
2012-07-24 18:19 ` [Qemu-devel] [PATCH 11/11] Restart optimization on stage3 update version Juan Quintela
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=1343153964-25254-1-git-send-email-quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).