[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/15] Migration patches
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PULL 00/15] Migration patches |
Date: |
Mon, 25 Mar 2019 18:46:51 +0100 |
The following changes since commit 50ccc488b0d4c3b8e2790c18bcd7329fc609a1c6:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190325'
into staging (2019-03-25 15:58:49 +0000)
are available in the Git repository at:
https://github.com/juanquintela/qemu.git tags/migration-pull-request
for you to fetch changes up to c38c1c142e64901b09f5ac000695071ed8c0e3a5:
migration/postcopy: Update the bandwidth during postcopy (2019-03-25 18:46:03
+0100)
----------------------------------------------------------------
Pull request
- Rebase last pull request
- Drop multifd
- several other minor fixesLaLaLa
----------------------------------------------------------------
Daniel P. Berrangé (1):
migration: add support for a "tls-authz" migration parameter
Dr. David Alan Gilbert (2):
migration/rdma: Check qemu_rdma_init_one_block
migration/postcopy: Update the bandwidth during postcopy
Juan Quintela (8):
multifd: Only send pages when packet are not empty
multifd: Rename "size" member to pages_alloc
multifd: Create new next_packet_size field
multifd: Drop x-multifd-page-count parameter
multifd: Be flexible about packet size
multifd: Change default packet size
multifd: Add some padding
multifd: Drop x-
Zhang Chen (4):
Migration/colo.c: Fix COLO failover status error
Migration/colo.c: Add new COLOExitReason to handle all failover state
Migration/colo.c: Add the necessary checks for colo_do_failover
Migration/colo.c: Make user obtain the last COLO mode info after
failover
hmp.c | 26 +++++++-------
migration/colo.c | 57 ++++++++++++++++++++---------
migration/migration.c | 70 ++++++++++++++----------------------
migration/migration.h | 1 -
migration/ram.c | 82 ++++++++++++++++++++++++++++++------------
migration/rdma.c | 6 +++-
migration/tls.c | 2 +-
migration/trace-events | 4 +--
qapi/migration.json | 81 ++++++++++++++++++++++-------------------
9 files changed, 194 insertions(+), 135 deletions(-)
--
2.20.1
- [Qemu-devel] [PULL 00/15] Migration patches,
Juan Quintela <=
- [Qemu-devel] [PULL 15/15] migration/postcopy: Update the bandwidth during postcopy, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 13/15] Migration/colo.c: Add the necessary checks for colo_do_failover, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 14/15] Migration/colo.c: Make user obtain the last COLO mode info after failover, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 09/15] migration: add support for a "tls-authz" migration parameter, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 10/15] migration/rdma: Check qemu_rdma_init_one_block, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 07/15] multifd: Add some padding, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 02/15] multifd: Rename "size" member to pages_alloc, Juan Quintela, 2019/03/25
- [Qemu-devel] [PULL 12/15] Migration/colo.c: Add new COLOExitReason to handle all failover state, Juan Quintela, 2019/03/25