All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org
Cc: quintela@redhat.com, lvivier@redhat.com, peterx@redhat.com
Subject: [Qemu-devel] [PULL 0/9] migration queue
Date: Mon, 10 Jul 2017 18:10:31 +0100	[thread overview]
Message-ID: <20170710171040.21021-1-dgilbert@redhat.com> (raw)

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(-)

             reply	other threads:[~2017-07-10 17:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10 17:10 Dr. David Alan Gilbert (git) [this message]
2017-07-10 17:10 ` [Qemu-devel] [PULL 1/9] migration: fix handling for --only-migratable Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 2/9] vl: move global property, migrate init earlier Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 3/9] doc: add item for "-M enforce-config-section" Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 4/9] doc: update TYPE_MIGRATION documents Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 5/9] migration: Rename save_live_setup() to save_setup() Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 6/9] migration: Rename cleanup() to save_cleanup() Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 7/9] migration: Create load_setup()/cleanup() methods Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 8/9] migration: Convert ram to use new load_setup()/load_cleanup() Dr. David Alan Gilbert (git)
2017-07-10 17:10 ` [Qemu-devel] [PULL 9/9] migration: Make compression_threads use save/load_setup/cleanup() Dr. David Alan Gilbert (git)
2017-07-11  9:00 ` [Qemu-devel] [PULL 0/9] migration queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2019-01-23 15:58 Dr. David Alan Gilbert (git)
2019-01-24 15:04 ` Peter Maydell
2013-09-24 12:03 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=20170710171040.21021-1-dgilbert@redhat.com \
    --to=dgilbert@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.