[Qemu-devel] [PULL 00/14] migration queue

Dr. David Alan Gilbert (git) posted 14 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180206154936.13565-1-dgilbert@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
There is a newer version of this series
migration/channel.c    |  32 +++++------
migration/channel.h    |   3 +-
migration/exec.c       |   2 +-
migration/fd.c         |   2 +-
migration/migration.c  |  15 ++++--
migration/migration.h  |   2 +-
migration/ram.c        |  11 ++--
migration/rdma.c       |   2 +-
migration/savevm.c     |  25 +++++++--
migration/socket.c     |   4 +-
migration/tls.c        |   3 +-
migration/trace-events |   2 +-
tests/migration-test.c | 144 ++++++++++++++++++++++++++++++-------------------
13 files changed, 151 insertions(+), 96 deletions(-)
[Qemu-devel] [PULL 00/14] migration queue
Posted by Dr. David Alan Gilbert (git) 6 years, 2 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 2b3805f370521deacab974b9c9ca07d2319a8890:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1' into staging (2018-02-05 09:31:37 +0000)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20180206a

for you to fetch changes up to 875fcd013ab68c64802998b22f54f0184479d21b:

  migration: incoming postcopy advise sanity checks (2018-02-06 14:53:02 +0000)

----------------------------------------------------------------
Migration pull 2018-02-06

This is based off Juan's last pull with a few extras, but
also removing:
   Add migration xbzrle test
   Add migration precopy test

As well as my normal test boxes, I also gave it a test
on a 32 bit ARM box and it seems happy (a Calxeda highbank)
and a big-endian power box.

Dave

----------------------------------------------------------------
Daniel Henrique Barboza (1):
      migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32

Dr. David Alan Gilbert (3):
      migration: Allow migrate_fd_connect to take an Error *
      migration: Route errors down through migration_channel_connect
      migration: Recover block devices if failure in device state

Greg Kurz (1):
      migration: incoming postcopy advise sanity checks

Juan Quintela (7):
      migration: Drop current address parameter from save_zero_page()
      tests: Remove deprecated migration tests commands
      tests: Consolidate accelerators declaration
      tests: Use consistent names for migration
      tests: Add deprecated commands migration test
      tests: Create migrate-start-postcopy command
      tests: Adjust sleeps for migration test

Ross Lagerwall (1):
      migration: Don't leak IO channels

Wei Wang (1):
      migration: use s->threshold_size inside migration_update_counters

 migration/channel.c    |  32 +++++------
 migration/channel.h    |   3 +-
 migration/exec.c       |   2 +-
 migration/fd.c         |   2 +-
 migration/migration.c  |  15 ++++--
 migration/migration.h  |   2 +-
 migration/ram.c        |  11 ++--
 migration/rdma.c       |   2 +-
 migration/savevm.c     |  25 +++++++--
 migration/socket.c     |   4 +-
 migration/tls.c        |   3 +-
 migration/trace-events |   2 +-
 tests/migration-test.c | 144 ++++++++++++++++++++++++++++++-------------------
 13 files changed, 151 insertions(+), 96 deletions(-)

Re: [Qemu-devel] [PULL 00/14] migration queue
Posted by Peter Maydell 6 years, 2 months ago
On 6 February 2018 at 15:49, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 2b3805f370521deacab974b9c9ca07d2319a8890:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1' into staging (2018-02-05 09:31:37 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20180206a
>
> for you to fetch changes up to 875fcd013ab68c64802998b22f54f0184479d21b:
>
>   migration: incoming postcopy advise sanity checks (2018-02-06 14:53:02 +0000)
>
> ----------------------------------------------------------------
> Migration pull 2018-02-06
>
> This is based off Juan's last pull with a few extras, but
> also removing:
>    Add migration xbzrle test
>    Add migration precopy test
>
> As well as my normal test boxes, I also gave it a test
> on a 32 bit ARM box and it seems happy (a Calxeda highbank)
> and a big-endian power box.
>
> Dave

Applied, thanks.

-- PMM