qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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 00/16] Migration PULL request
Date: Wed, 20 Sep 2017 12:46:23 +0200	[thread overview]
Message-ID: <20170920104639.2335-1-quintela@redhat.com> (raw)

Hi

To make merges easier, this includes:
- Peter Xu reviewed patches from Postocpy recovery (3)
- Alexey reviewed pages from block postcopy (4)
- reviewed patches from Multifd (me)

Please apply, Juan.

The following changes since commit c51700273ad9802a21c19f8d2b4bcb67c38e74ac:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into staging (2017-09-19 18:08:48 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20170920

for you to fetch changes up to bfaf91242bd9dc168ccd8e7919c604757b410d3d:

  migration: introduce postcopy-blocktime capability (2017-09-20 11:29:27 +0200)

----------------------------------------------------------------
migration/next for 20170920

----------------------------------------------------------------
Alexey Perevalov (4):
      migration: pass MigrationIncomingState* into migration check functions
      migration: fix hardcoded function name in error report
      migration: split ufd_version_check onto receive/request features part
      migration: introduce postcopy-blocktime capability

Juan Quintela (9):
      migration: Create migration_ioc_process_incoming()
      migration: Teach it about G_SOURCE_REMOVE
      migration: Add comments to channel functions
      migration: Create migration_has_all_channels
      migration: Add multifd capability
      migration: Create x-multifd-channels parameter
      migration: Create x-multifd-page-count parameter
      migration: Create multifd migration threads
      migration: Split migration_fd_process_incoming

Peter Xu (3):
      bitmap: remove BITOP_WORD()
      bitmap: introduce bitmap_count_one()
      bitmap: provide to_le/from_le helpers

 hmp.c                    |  14 ++++
 include/glib-compat.h    |   2 +
 include/qemu/bitmap.h    |  17 ++++
 migration/channel.c      |  18 ++++-
 migration/exec.c         |   2 +-
 migration/fd.c           |   2 +-
 migration/migration.c    | 146 ++++++++++++++++++++++++++++++++--
 migration/migration.h    |   8 ++
 migration/postcopy-ram.c | 100 ++++++++++++++++++++---
 migration/postcopy-ram.h |   2 +-
 migration/ram.c          | 202 +++++++++++++++++++++++++++++++++++++++++++++++
 migration/ram.h          |   5 ++
 migration/savevm.c       |   2 +-
 migration/socket.c       |  10 ++-
 qapi/migration.json      |  42 +++++++++-
 util/bitmap.c            |  47 +++++++++++
 util/bitops.c            |   6 +-
 17 files changed, 593 insertions(+), 32 deletions(-)

             reply	other threads:[~2017-09-20 13:13 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-20 10:46 Juan Quintela [this message]
2017-09-20 10:46 ` [Qemu-devel] [PULL 01/16] migration: Create migration_ioc_process_incoming() Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 02/16] migration: Teach it about G_SOURCE_REMOVE Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 03/16] migration: Add comments to channel functions Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 04/16] migration: Create migration_has_all_channels Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 05/16] migration: Add multifd capability Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 06/16] migration: Create x-multifd-channels parameter Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 07/16] migration: Create x-multifd-page-count parameter Juan Quintela
2017-09-20 13:59   ` Eric Blake
2017-09-20 10:46 ` [Qemu-devel] [PULL 08/16] migration: Create multifd migration threads Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 09/16] migration: Split migration_fd_process_incoming Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 10/16] bitmap: remove BITOP_WORD() Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 11/16] bitmap: introduce bitmap_count_one() Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 12/16] bitmap: provide to_le/from_le helpers Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 13/16] migration: pass MigrationIncomingState* into migration check functions Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 14/16] migration: fix hardcoded function name in error report Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 15/16] migration: split ufd_version_check onto receive/request features part Juan Quintela
2017-09-20 10:46 ` [Qemu-devel] [PULL 16/16] migration: introduce postcopy-blocktime capability Juan Quintela
2017-09-20 11:42 ` [Qemu-devel] [PULL 00/16] Migration PULL request Juan Quintela
2017-09-20 19:32   ` Peter Maydell
2017-09-21  4:10     ` Peter Xu
2017-09-21  4:21       ` Peter Xu
2017-09-20 14:55 ` no-reply

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=20170920104639.2335-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).