From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: dgilbert@redhat.com, lvivier@redhat.com, peterx@redhat.com
Subject: [Qemu-devel] [PULL 0/5] Migration queue
Date: Tue, 4 Sep 2018 00:27:53 +0200 [thread overview]
Message-ID: <20180903222758.13267-1-quintela@redhat.com> (raw)
The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
are available in the Git repository at:
git://github.com/juanquintela/qemu.git tags/migration/20180903
for you to fetch changes up to a28652cd4c138e9ed5d7dd9f7d10e3562f89ccac:
Add a hint message to loadvm and exits on failure (2018-09-03 19:50:42 +0200)
----------------------------------------------------------------
migration/next for 20180903
Reviewed patches for migration:
- fix clang warning (david)
- Improve loadvm handling (Jose)
- Include migration test for s390 (thomas)
- Improve compression handling (xiao)
Please apply.
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
migration/rdma: Fix uninitialised rdma_return_path
Jose Ricardo Ziviani (1):
Add a hint message to loadvm and exits on failure
Thomas Huth (1):
tests/migration: Enable the migration test on s390x, too
Xiao Guangrong (2):
migration: fix calculating xbzrle_counters.cache_miss_rate
migration: handle the error condition properly
migration/ram.c | 36 +-
migration/rdma.c | 2 +-
migration/savevm.c | 4 +-
tests/Makefile.include | 1 +
tests/Makefile.include.orig | 1025 ++++++++++++++++++++++++++++++++++
tests/migration-test.c | 23 +
tests/migration-test.c.orig | 780 ++++++++++++++++++++++++++
tests/migration/s390x-a-b-rebuild.sh | 42 ++
tests/migration/s390x-a-b.c | 35 ++
tests/migration/s390x-a-b.h | 427 ++++++++++++++
vl.c | 1 +
11 files changed, 2362 insertions(+), 14 deletions(-)
create mode 100644 tests/Makefile.include.orig
create mode 100644 tests/migration-test.c.orig
create mode 100755 tests/migration/s390x-a-b-rebuild.sh
create mode 100644 tests/migration/s390x-a-b.c
create mode 100644 tests/migration/s390x-a-b.h
next reply other threads:[~2018-09-03 22:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-03 22:27 Juan Quintela [this message]
2018-09-03 22:27 ` [Qemu-devel] [PULL 1/5] migration/rdma: Fix uninitialised rdma_return_path Juan Quintela
2018-09-03 22:27 ` [Qemu-devel] [PULL 2/5] tests/migration: Enable the migration test on s390x, too Juan Quintela
2018-09-03 22:27 ` [Qemu-devel] [PULL 3/5] migration: fix calculating xbzrle_counters.cache_miss_rate Juan Quintela
2018-09-03 22:27 ` [Qemu-devel] [PULL 4/5] migration: handle the error condition properly Juan Quintela
2018-09-03 22:27 ` [Qemu-devel] [PULL 5/5] Add a hint message to loadvm and exits on failure Juan Quintela
2018-09-13 13:33 ` [Qemu-devel] [PULL 0/5] Migration queue Juan Quintela
-- strict thread matches above, loose matches on Subject: below --
2018-03-23 20:23 [Qemu-devel] [PULL 0/5] migration queue Dr. David Alan Gilbert (git)
2018-03-24 21:53 ` Peter Maydell
2014-03-08 1:23 Juan Quintela
2014-03-08 13:23 ` Peter Maydell
2013-02-01 8:12 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=20180903222758.13267-1-quintela@redhat.com \
--to=quintela@redhat.com \
--cc=dgilbert@redhat.com \
--cc=lvivier@redhat.com \
--cc=peterx@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).