All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] Migration PULL request
@ 2018-01-29 12:09 Juan Quintela
  2018-01-29 12:09 ` [Qemu-devel] [PULL 01/13] migration: Allow migrate_fd_connect to take an Error * Juan Quintela
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Juan Quintela @ 2018-01-29 12:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

- migrate_fd_connect cleanup (dave)
- use MAX_VM_PACKAGED_SIZE
  have to change (1<<32) for UINT32_MAX to get no warnings on win32
- Use right s->threashord_size(wei)
- patches reviewed from info/migrate, migration tests and multifd (me)

Later, Juan.

The following changes since commit 6233b4a8c2a32ef6955a921246fa08705bbb3676:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-26' into staging (2018-01-26 17:29:14 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4b6bb0a77761b8a906a540e927c7a9dde99bc10f:

  tests: Adjust sleeps for migration test (2018-01-29 12:10:22 +0100)

----------------------------------------------------------------
migration/next for 20180129

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

Dr. David Alan Gilbert (2):
      migration: Allow migrate_fd_connect to take an Error *
      migration: Route errors down through migration_channel_connect

Juan Quintela (9):
      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: Add migration precopy test
      tests: Add migration xbzrle test
      tests: Create migrate-start-postcopy command
      tests: Adjust sleeps for migration test

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

 migration/channel.c    |  34 +++----
 migration/channel.h    |   3 +-
 migration/exec.c       |   2 +-
 migration/fd.c         |   2 +-
 migration/migration.c  |  12 ++-
 migration/migration.h  |   2 +-
 migration/ram.c        |  11 +--
 migration/rdma.c       |   2 +-
 migration/savevm.c     |   2 +-
 migration/socket.c     |   4 +-
 migration/tls.c        |   3 +-
 migration/trace-events |   2 +-
 tests/migration-test.c | 252 ++++++++++++++++++++++++++++++++++++++-----------
 13 files changed, 236 insertions(+), 95 deletions(-)

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

end of thread, other threads:[~2018-02-01 13:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 12:09 [Qemu-devel] [PULL 00/13] Migration PULL request Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 01/13] migration: Allow migrate_fd_connect to take an Error * Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 02/13] migration: Route errors down through migration_channel_connect Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 03/13] migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 04/13] migration: use s->threshold_size inside migration_update_counters Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 05/13] migration: Drop current address parameter from save_zero_page() Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 06/13] tests: Remove deprecated migration tests commands Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 07/13] tests: Consolidate accelerators declaration Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 08/13] tests: Use consistent names for migration Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 09/13] tests: Add deprecated commands migration test Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 10/13] tests: Add migration precopy test Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 11/13] tests: Add migration xbzrle test Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 12/13] tests: Create migrate-start-postcopy command Juan Quintela
2018-01-29 12:09 ` [Qemu-devel] [PULL 13/13] tests: Adjust sleeps for migration test Juan Quintela
2018-01-29 18:53 ` [Qemu-devel] [PULL 00/13] Migration PULL request Peter Maydell
2018-01-30  6:29   ` Juan Quintela
2018-02-01 13:10     ` Laurent Vivier

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.