From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/10] Migration queue
Date: Thu, 5 Feb 2015 17:24:17 +0100 [thread overview]
Message-ID: <1423153467-13804-1-git-send-email-quintela@redhat.com> (raw)
Hi
This is the migration queue. Thanks to Amit for doing almost all the work.
There were a Makefile missing dependency to make test-vmstate compile with the json changes,
Alex agreed with the changes.
List of things:
- vmstate checker fix (amit)
- better tracing and errors (dgilbert)
- json description for migration stream (alex)
- mc146818rtc fix for subsection (Zhang).
Please apply
Thanks, Juan.
The following changes since commit cd07b19307bd185dccfd39052ac66d2730b32857:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150205' into staging (2015-02-05 14:22:51 +0000)
are available in the git repository at:
git://github.com/juanquintela/qemu.git tags/migration/20150205
for you to fetch changes up to bb426311901776b95b021cece831b69dce4ef5ee:
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail (2015-02-05 17:16:14 +0100)
----------------------------------------------------------------
migration/next for 20150205
----------------------------------------------------------------
Alexander Graf (4):
QJSON: Add JSON writer
qemu-file: Add fast ftell code path
migration: Append JSON description of migration stream
Add migration stream analyzation script
Amit Shah (1):
vmstate-static-checker: update whitelist
Dr. David Alan Gilbert (4):
savevm: Convert fprintf to error_report
Migration: Add lots of trace events
Print errors in some of the early migration failure cases.
Tracify migration/rdma.c
Zhang Haoyu (1):
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail
Makefile.objs | 1 +
hw/pci/pci.c | 2 +-
hw/scsi/spapr_vscsi.c | 2 +-
hw/timer/mc146818rtc.c | 2 +-
hw/virtio/virtio.c | 2 +-
include/migration/migration.h | 1 +
include/migration/qemu-file.h | 1 +
include/migration/vmstate.h | 3 +-
include/qjson.h | 29 ++
migration/qemu-file.c | 16 ++
migration/rdma.c | 333 ++++++++++-----------
migration/vmstate.c | 217 +++++++++++++-
qjson.c | 129 +++++++++
savevm.c | 92 ++++--
scripts/analyze-migration.py | 592 ++++++++++++++++++++++++++++++++++++++
scripts/vmstate-static-checker.py | 2 +
tests/Makefile | 3 +-
tests/test-vmstate.c | 6 +-
trace-events | 73 ++++-
19 files changed, 1274 insertions(+), 232 deletions(-)
create mode 100644 include/qjson.h
create mode 100644 qjson.c
create mode 100755 scripts/analyze-migration.py
next reply other threads:[~2015-02-05 16:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-05 16:24 Juan Quintela [this message]
2015-02-05 16:24 ` [Qemu-devel] [PULL 01/10] vmstate-static-checker: update whitelist Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 02/10] savevm: Convert fprintf to error_report Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 03/10] Migration: Add lots of trace events Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 04/10] Print errors in some of the early migration failure cases Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 05/10] QJSON: Add JSON writer Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 06/10] qemu-file: Add fast ftell code path Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 07/10] migration: Append JSON description of migration stream Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 08/10] Add migration stream analyzation script Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 09/10] Tracify migration/rdma.c Juan Quintela
2015-02-05 16:24 ` [Qemu-devel] [PULL 10/10] fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail Juan Quintela
2015-02-06 10:38 ` [Qemu-devel] [PULL 00/10] Migration queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2018-02-14 15:39 [Qemu-devel] [PULL 00/10] migration queue Dr. David Alan Gilbert (git)
2018-02-15 15:45 ` Peter Maydell
2018-02-15 20:19 ` Dr. David Alan Gilbert
2018-02-16 6:14 ` Thomas Huth
2018-02-16 14:25 ` Peter Maydell
2018-06-15 15:15 Dr. David Alan Gilbert (git)
2018-06-15 18:23 ` 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=1423153467-13804-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).