From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/15] migration pull request
Date: Wed, 6 May 2015 19:49:49 +0200 [thread overview]
Message-ID: <1430934604-18207-1-git-send-email-quintela@redhat.com> (raw)
Hi
This patch series got:
- migration compression patches by Liang Li
I have to modify ""type" to "struct" in qapi
- division by zero fixed by Michael Champan.
Thanks, please apply.
The following changes since commit 38003aee196a96edccd4d64471beb1b67e9b2b17:
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into staging (2015-05-06 11:16:35 +0100)
are available in the git repository at:
git://github.com/juanquintela/qemu.git tags/migration/20150506
for you to fetch changes up to de6478785dc4e1e5835c91fb9e21d070c7ce3be9:
migration: avoid divide by zero in xbzrle cache miss rate (2015-05-06 19:45:36 +0200)
----------------------------------------------------------------
migration/next for 20150506
----------------------------------------------------------------
Liang Li (14):
docs: Add a doc about multiple thread compression
migration: Add the framework of multi-thread compression
migration: Add the framework of multi-thread decompression
qemu-file: Add compression functions to QEMUFile
arch_init: Alloc and free data struct for compression
arch_init: Add and free data struct for decompression
migration: Split save_zero_page from ram_save_page
migration: Add the core code of multi-thread compression
migration: Make compression co-work with xbzrle
migration: Add the core code for decompression
migration: Add interface to control compression
migration: Use an array instead of 3 parameters
migration: Add qmp commands to set and query parameters
migration: Add hmp interface to set and query parameters
Michael Chapman (1):
migration: avoid divide by zero in xbzrle cache miss rate
arch_init.c | 514 ++++++++++++++++++++++++++++++++++++--
docs/multi-thread-compression.txt | 149 +++++++++++
hmp-commands.hx | 17 ++
hmp.c | 65 +++++
hmp.h | 4 +
include/migration/migration.h | 10 +
include/migration/qemu-file.h | 3 +
migration/migration.c | 122 +++++++++
migration/qemu-file.c | 39 +++
monitor.c | 25 ++
qapi-schema.json | 79 +++++-
qmp-commands.hx | 57 +++++
12 files changed, 1058 insertions(+), 26 deletions(-)
create mode 100644 docs/multi-thread-compression.txt
next reply other threads:[~2015-05-06 17:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 17:49 Juan Quintela [this message]
2015-05-06 17:49 ` [Qemu-devel] [PULL 01/15] docs: Add a doc about multiple thread compression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 02/15] migration: Add the framework of multi-thread compression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 03/15] migration: Add the framework of multi-thread decompression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 04/15] qemu-file: Add compression functions to QEMUFile Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 05/15] arch_init: Alloc and free data struct for compression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 06/15] arch_init: Add and free data struct for decompression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 07/15] migration: Split save_zero_page from ram_save_page Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 08/15] migration: Add the core code of multi-thread compression Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 09/15] migration: Make compression co-work with xbzrle Juan Quintela
2015-05-06 17:49 ` [Qemu-devel] [PULL 10/15] migration: Add the core code for decompression Juan Quintela
2015-05-06 17:50 ` [Qemu-devel] [PULL 11/15] migration: Add interface to control compression Juan Quintela
2015-05-06 19:09 ` Eric Blake
2015-05-06 17:50 ` [Qemu-devel] [PULL 12/15] migration: Use an array instead of 3 parameters Juan Quintela
2015-05-06 19:09 ` Eric Blake
2015-05-06 17:50 ` [Qemu-devel] [PULL 13/15] migration: Add qmp commands to set and query parameters Juan Quintela
2015-05-06 19:10 ` Eric Blake
2015-05-06 17:50 ` [Qemu-devel] [PULL 14/15] migration: Add hmp interface " Juan Quintela
2015-05-06 17:50 ` [Qemu-devel] [PULL 15/15] migration: avoid divide by zero in xbzrle cache miss rate Juan Quintela
2015-05-06 18:37 ` [Qemu-devel] [PULL 00/15] migration pull request Peter Maydell
2015-05-06 19:11 ` Eric Blake
2015-05-07 11:37 ` Juan Quintela
-- strict thread matches above, loose matches on Subject: below --
2017-06-01 19:23 [Qemu-devel] [PULL 00/15] Migration PULL request Juan Quintela
2017-06-02 14:19 ` Peter Maydell
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=1430934604-18207-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).