[Qemu-devel] [PULL 0/9] migration queue

Dr. David Alan Gilbert (git) posted 9 patches 8 years, 3 months ago
Failed in applying to current master (apply log)
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/ppc/spapr.c               |  6 ++---
include/migration/misc.h     |  1 -
include/migration/register.h |  6 +++--
migration/block.c            |  4 +--
migration/colo.c             |  2 +-
migration/migration.c        | 27 +++++--------------
migration/ram.c              | 63 +++++++++++++++++++++++++++++++-------------
migration/ram.h              |  6 -----
migration/savevm.c           | 61 +++++++++++++++++++++++++++++++++++-------
migration/savevm.h           |  3 ++-
migration/trace-events       |  4 ++-
qemu-options.hx              |  6 +++++
vl.c                         | 26 +++++++++---------
13 files changed, 138 insertions(+), 77 deletions(-)
[Qemu-devel] [PULL 0/9] migration queue
Posted by Dr. David Alan Gilbert (git) 8 years, 3 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to f0afa331ce670ba39bde3f5620d75dcd56890cb6:

  migration: Make compression_threads use save/load_setup/cleanup() (2017-07-10 17:52:21 +0100)

----------------------------------------------------------------
Migration pull 2017-07-10

----------------------------------------------------------------
Juan Quintela (5):
      migration: Rename save_live_setup() to save_setup()
      migration: Rename cleanup() to save_cleanup()
      migration: Create load_setup()/cleanup() methods
      migration: Convert ram to use new load_setup()/load_cleanup()
      migration: Make compression_threads use save/load_setup/cleanup()

Peter Xu (4):
      migration: fix handling for --only-migratable
      vl: move global property, migrate init earlier
      doc: add item for "-M enforce-config-section"
      doc: update TYPE_MIGRATION documents

 hw/ppc/spapr.c               |  6 ++---
 include/migration/misc.h     |  1 -
 include/migration/register.h |  6 +++--
 migration/block.c            |  4 +--
 migration/colo.c             |  2 +-
 migration/migration.c        | 27 +++++--------------
 migration/ram.c              | 63 +++++++++++++++++++++++++++++++-------------
 migration/ram.h              |  6 -----
 migration/savevm.c           | 61 +++++++++++++++++++++++++++++++++++-------
 migration/savevm.h           |  3 ++-
 migration/trace-events       |  4 ++-
 qemu-options.hx              |  6 +++++
 vl.c                         | 26 +++++++++---------
 13 files changed, 138 insertions(+), 77 deletions(-)

Re: [Qemu-devel] [PULL 0/9] migration queue
Posted by Peter Maydell 8 years, 3 months ago
On 10 July 2017 at 18:10, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20170710a
>
> for you to fetch changes up to f0afa331ce670ba39bde3f5620d75dcd56890cb6:
>
>   migration: Make compression_threads use save/load_setup/cleanup() (2017-07-10 17:52:21 +0100)
>
> ----------------------------------------------------------------
> Migration pull 2017-07-10
>
> ----------------------------------------------------------------
> Juan Quintela (5):
>       migration: Rename save_live_setup() to save_setup()
>       migration: Rename cleanup() to save_cleanup()
>       migration: Create load_setup()/cleanup() methods
>       migration: Convert ram to use new load_setup()/load_cleanup()
>       migration: Make compression_threads use save/load_setup/cleanup()
>
> Peter Xu (4):
>       migration: fix handling for --only-migratable
>       vl: move global property, migrate init earlier
>       doc: add item for "-M enforce-config-section"
>       doc: update TYPE_MIGRATION documents

Applied, thanks.

-- PMM