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/7] Migration pull request
Date: Wed, 17 May 2017 13:13:39 +0200 [thread overview]
Message-ID: <20170517111346.21450-1-quintela@redhat.com> (raw)
Hi
This pull request:
- drop block capability patch (now they is being reviewed)
- add following patches that got reviewed:
* page_cache.c into migration
* postcopy stuff into postocpy-ram.c
* check_migratable change
Please apply.
Thanks, Juan.
The following changes since commit cdece0467c00007cf8e3f4b3c3f0b13bf2c4fea9:
block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100)
are available in the git repository at:
git://github.com/juanquintela/qemu.git tags/migration/20170517
for you to fetch changes up to 1bfe5f0586083747f1602931713111673849cd9d:
migration: Move check_migratable() into qdev.c (2017-05-17 12:04:59 +0200)
----------------------------------------------------------------
migration/next for 20170517
----------------------------------------------------------------
Juan Quintela (7):
migration: Fix regression with compression threads
migration: Pass Error ** argument to {save,load}_vmstate
ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
migration: Create migration/blocker.h
migration: Move page_cache.c to migration/
migration: Move postcopy stuff to postcopy-ram.c
migration: Move check_migratable() into qdev.c
Makefile.objs | 1 -
block/qcow.c | 2 +-
block/vdi.c | 2 +-
block/vhdx.c | 2 +-
block/vmdk.c | 2 +-
block/vpc.c | 2 +-
block/vvfat.c | 2 +-
hmp.c | 9 +++-
hw/9pfs/9p.c | 2 +-
hw/core/qdev.c | 20 +++++++--
hw/display/qxl.c | 2 +-
hw/display/virtio-gpu.c | 2 +-
hw/intc/arm_gic_kvm.c | 2 +-
hw/intc/arm_gicv3_its_kvm.c | 2 +-
hw/intc/arm_gicv3_kvm.c | 2 +-
hw/misc/ivshmem.c | 2 +-
hw/scsi/vhost-scsi.c | 2 +-
hw/virtio/vhost.c | 2 +-
include/migration/blocker.h | 35 +++++++++++++++
include/migration/migration.h | 50 ----------------------
include/migration/vmstate.h | 2 +
include/sysemu/sysemu.h | 6 +--
migration/Makefile.objs | 2 +-
migration/migration.c | 34 +--------------
page_cache.c => migration/page_cache.c | 0
{include/migration => migration}/page_cache.h | 0
migration/postcopy-ram.c | 18 ++++++++
migration/postcopy-ram.h | 26 ++++++++++++
migration/ram.c | 35 +++++++++------
migration/savevm.c | 61 +++++++++++++++------------
replay/replay-snapshot.c | 8 +++-
stubs/migr-blocker.c | 2 +-
stubs/vmstate.c | 5 +--
target/i386/kvm.c | 2 +-
tests/Makefile.include | 2 +-
vl.c | 4 +-
36 files changed, 194 insertions(+), 158 deletions(-)
create mode 100644 include/migration/blocker.h
rename page_cache.c => migration/page_cache.c (100%)
rename {include/migration => migration}/page_cache.h (100%)
next reply other threads:[~2017-05-17 11:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-17 11:13 Juan Quintela [this message]
2017-05-17 11:13 ` [Qemu-devel] [PULL 1/7] migration: Fix regression with compression threads Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 2/7] migration: Pass Error ** argument to {save, load}_vmstate Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 3/7] ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 4/7] migration: Create migration/blocker.h Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 5/7] migration: Move page_cache.c to migration/ Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 6/7] migration: Move postcopy stuff to postcopy-ram.c Juan Quintela
2017-05-17 11:13 ` [Qemu-devel] [PULL 7/7] migration: Move check_migratable() into qdev.c Juan Quintela
2017-05-18 9:09 ` [Qemu-devel] [PULL 0/7] Migration pull request Stefan Hajnoczi
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=20170517111346.21450-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).