qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] Migration PULL request
@ 2017-09-20 10:46 Juan Quintela
  2017-09-20 10:46 ` [Qemu-devel] [PULL 01/16] migration: Create migration_ioc_process_incoming() Juan Quintela
                   ` (17 more replies)
  0 siblings, 18 replies; 23+ messages in thread
From: Juan Quintela @ 2017-09-20 10:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-09-21  4:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20 10:46 [Qemu-devel] [PULL 00/16] Migration PULL request Juan Quintela
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

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