[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/10] Migration 20230509 patches
From: |
Juan Quintela |
Subject: |
[PULL 00/10] Migration 20230509 patches |
Date: |
Tue, 9 May 2023 21:17:14 +0200 |
The following changes since commit 271477b59e723250f17a7e20f139262057921b6a:
Merge tag 'compression-code-pull-request' of
https://gitlab.com/juan.quintela/qemu into staging (2023-05-08 20:38:05 +0100)
are available in the Git repository at:
https://gitlab.com/juan.quintela/qemu.git tags/migration-20230509-pull-request
for you to fetch changes up to 5f43d297bc2b9530805ad8602c6e2ea284b08628:
migration: block incoming colo when capability is disabled (2023-05-09
20:52:21 +0200)
----------------------------------------------------------------
Migration Pull request (20230509 vintage)
Hi
In this PULL request:
- 1st part of colo support for multifd (lukas)
- 1st part of disabling colo option (vladimir)
Please, apply.
----------------------------------------------------------------
Lukas Straub (3):
ram: Add public helper to set colo bitmap
ram: Let colo_flush_ram_cache take the bitmap_mutex
multifd: Add the ramblock to MultiFDRecvParams
Vladimir Sementsov-Ogievskiy (7):
block/meson.build: prefer positive condition for replication
colo: make colo_checkpoint_notify static and provide simpler API
build: move COLO under CONFIG_REPLICATION
migration: drop colo_incoming_thread from MigrationIncomingState
migration: process_incoming_migration_co: simplify code flow around
ret
migration: disallow change capabilities in COLO state
migration: block incoming colo when capability is disabled
block/meson.build | 2 +-
docs/COLO-FT.txt | 1 +
hmp-commands.hx | 2 ++
include/migration/colo.h | 9 +++++-
migration/colo.c | 57 +++++++++++-----------------------
migration/meson.build | 6 ++--
migration/migration-hmp-cmds.c | 2 ++
migration/migration.c | 35 ++++++++++++++-------
migration/migration.h | 2 --
migration/multifd.c | 11 +++----
migration/multifd.h | 2 ++
migration/options.c | 6 ++--
migration/ram.c | 19 ++++++++++--
migration/ram.h | 1 +
qapi/migration.json | 9 ++++--
stubs/colo.c | 39 +++++++++++++++++++++++
stubs/meson.build | 1 +
17 files changed, 131 insertions(+), 73 deletions(-)
create mode 100644 stubs/colo.c
--
2.40.0
- [PULL 00/10] Migration 20230509 patches,
Juan Quintela <=
- [PULL 01/10] ram: Add public helper to set colo bitmap, Juan Quintela, 2023/05/09
- [PULL 02/10] ram: Let colo_flush_ram_cache take the bitmap_mutex, Juan Quintela, 2023/05/09
- [PULL 03/10] multifd: Add the ramblock to MultiFDRecvParams, Juan Quintela, 2023/05/09
- [PULL 04/10] block/meson.build: prefer positive condition for replication, Juan Quintela, 2023/05/09
- [PULL 05/10] colo: make colo_checkpoint_notify static and provide simpler API, Juan Quintela, 2023/05/09
- [PULL 06/10] build: move COLO under CONFIG_REPLICATION, Juan Quintela, 2023/05/09
- [PULL 07/10] migration: drop colo_incoming_thread from MigrationIncomingState, Juan Quintela, 2023/05/09
- [PULL 09/10] migration: disallow change capabilities in COLO state, Juan Quintela, 2023/05/09
- [PULL 08/10] migration: process_incoming_migration_co: simplify code flow around ret, Juan Quintela, 2023/05/09
- [PULL 10/10] migration: block incoming colo when capability is disabled, Juan Quintela, 2023/05/09