6ee9df2871
- kvm-migration-Attempt-disk-reactivation-in-more-failure-.patch [bz#2058982] - kvm-util-mmap-alloc-qemu_fd_getfs.patch [bz#2057267] - kvm-vl.c-Create-late-backends-before-migration-object.patch [bz#2057267] - kvm-migration-postcopy-Detect-file-system-on-dest-host.patch [bz#2057267] - kvm-migration-mark-mixed-functions-that-can-suspend.patch [bz#2057267] - kvm-postcopy-ram-do-not-use-qatomic_mb_read.patch [bz#2057267] - kvm-migration-remove-extra-whitespace-character-for-code.patch [bz#2057267] - kvm-migration-Merge-ram_counters-and-ram_atomic_counters.patch [bz#2057267] - kvm-migration-Update-atomic-stats-out-of-the-mutex.patch [bz#2057267] - kvm-migration-Make-multifd_bytes-atomic.patch [bz#2057267] - kvm-migration-Make-dirty_sync_missed_zero_copy-atomic.patch [bz#2057267] - kvm-migration-Make-precopy_bytes-atomic.patch [bz#2057267] - kvm-migration-Make-downtime_bytes-atomic.patch [bz#2057267] - kvm-migration-Make-dirty_sync_count-atomic.patch [bz#2057267] - kvm-migration-Make-postcopy_requests-atomic.patch [bz#2057267] - kvm-migration-Rename-duplicate-to-zero_pages.patch [bz#2057267] - kvm-migration-Rename-normal-to-normal_pages.patch [bz#2057267] - kvm-migration-rename-enabled_capabilities-to-capabilitie.patch [bz#2057267] - kvm-migration-Pass-migrate_caps_check-the-old-and-new-ca.patch [bz#2057267] - kvm-migration-move-migration_global_dump-to-migration-hm.patch [bz#2057267] - kvm-spice-move-client_migrate_info-command-to-ui.patch [bz#2057267] - kvm-migration-Create-migrate_cap_set.patch [bz#2057267] - kvm-migration-Create-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_colo_enabled-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_compression-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_events-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_multifd-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_zero_copy_send-to-options.patch [bz#2057267] - kvm-migration-Move-migrate_use_xbzrle-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_block-to-options.c.patch [bz#2057267] - kvm-migration-Move-migrate_use_return-to-options.c.patch [bz#2057267] - kvm-migration-Create-migrate_rdma_pin_all-function.patch [bz#2057267] - kvm-migration-Move-migrate_caps_check-to-options.c.patch [bz#2057267] - kvm-migration-Move-qmp_query_migrate_capabilities-to-opt.patch [bz#2057267] - kvm-migration-Move-qmp_migrate_set_capabilities-to-optio.patch [bz#2057267] - kvm-migration-Move-migrate_cap_set-to-options.c.patch [bz#2057267] - kvm-migration-Move-parameters-functions-to-option.c.patch [bz#2057267] - kvm-migration-Use-migrate_max_postcopy_bandwidth.patch [bz#2057267] - kvm-migration-Move-migrate_use_block_incremental-to-opti.patch [bz#2057267] - kvm-migration-Create-migrate_throttle_trigger_threshold.patch [bz#2057267] - kvm-migration-Create-migrate_checkpoint_delay.patch [bz#2057267] - kvm-migration-Create-migrate_max_cpu_throttle.patch [bz#2057267] - kvm-migration-Move-migrate_announce_params-to-option.c.patch [bz#2057267] - kvm-migration-Create-migrate_cpu_throttle_initial-to-opt.patch [bz#2057267] - kvm-migration-Create-migrate_cpu_throttle_increment-func.patch [bz#2057267] - kvm-migration-Create-migrate_cpu_throttle_tailslow-funct.patch [bz#2057267] - kvm-migration-Move-migrate_postcopy-to-options.c.patch [bz#2057267] - kvm-migration-Create-migrate_max_bandwidth-function.patch [bz#2057267] - kvm-migration-Move-migrate_use_tls-to-options.c.patch [bz#2057267] - kvm-migration-Move-qmp_migrate_set_parameters-to-options.patch [bz#2057267] - kvm-migration-Allow-postcopy_ram_supported_by_host-to-re.patch [bz#2057267] - kvm-block-bdrv-blk_co_unref-for-calls-in-coroutine-conte.patch [bz#2185688] - kvm-block-Don-t-call-no_coroutine_fns-in-qmp_block_resiz.patch [bz#2185688] - kvm-iotests-Use-alternative-CPU-type-that-is-not-depreca.patch [bz#2185688] - kvm-iotests-Test-resizing-image-attached-to-an-iothread.patch [bz#2185688] - kvm-Enable-Linux-io_uring.patch [bz#1947230] - Resolves: bz#2058982 (Qemu core dump if cut off nfs storage during migration) - Resolves: bz#2057267 (Migration with postcopy fail when vm set with shared memory) - Resolves: bz#2185688 ([qemu-kvm] no response with QMP command block_resize) - Resolves: bz#1947230 (Enable QEMU support for io_uring in RHEL9)
248 lines
7.8 KiB
Diff
248 lines
7.8 KiB
Diff
From afd8fb766af2be5cff97753b026847b91b09a30e Mon Sep 17 00:00:00 2001
|
|
From: Juan Quintela <quintela@redhat.com>
|
|
Date: Wed, 1 Mar 2023 22:10:29 +0100
|
|
Subject: [PATCH 27/56] migration: Move migrate_use_multifd() to options.c
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
RH-Author: Peter Xu <peterx@redhat.com>
|
|
RH-MergeRequest: 162: migration: Pretty failures for postcopy on unsupported memory types
|
|
RH-Bugzilla: 2057267
|
|
RH-Acked-by: Leonardo Brás <leobras@redhat.com>
|
|
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
RH-Acked-by: quintela1 <quintela@redhat.com>
|
|
RH-Commit: [26/50] f2d72eae9cc80b2402ef613e809b40aa296d2e4c (peterx/qemu-kvm)
|
|
|
|
Once that we are there, we rename the function to migrate_multifd()
|
|
to be consistent with all other capabilities.
|
|
|
|
Signed-off-by: Juan Quintela <quintela@redhat.com>
|
|
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
|
|
(cherry picked from commit 51b07548f7c31793adc178c7460c5f4369733c61)
|
|
Signed-off-by: Peter Xu <peterx@redhat.com>
|
|
---
|
|
migration/migration.c | 19 +++++--------------
|
|
migration/migration.h | 1 -
|
|
migration/multifd.c | 16 ++++++++--------
|
|
migration/options.c | 9 +++++++++
|
|
migration/options.h | 1 +
|
|
migration/ram.c | 2 +-
|
|
migration/socket.c | 2 +-
|
|
7 files changed, 25 insertions(+), 25 deletions(-)
|
|
|
|
diff --git a/migration/migration.c b/migration/migration.c
|
|
index 032cd5c050..e1d7f25786 100644
|
|
--- a/migration/migration.c
|
|
+++ b/migration/migration.c
|
|
@@ -186,7 +186,7 @@ static void migrate_fd_cancel(MigrationState *s);
|
|
|
|
static bool migration_needs_multiple_sockets(void)
|
|
{
|
|
- return migrate_use_multifd() || migrate_postcopy_preempt();
|
|
+ return migrate_multifd() || migrate_postcopy_preempt();
|
|
}
|
|
|
|
static bool uri_supports_multi_channels(const char *uri)
|
|
@@ -732,7 +732,7 @@ void migration_fd_process_incoming(QEMUFile *f, Error **errp)
|
|
static bool migration_should_start_incoming(bool main_channel)
|
|
{
|
|
/* Multifd doesn't start unless all channels are established */
|
|
- if (migrate_use_multifd()) {
|
|
+ if (migrate_multifd()) {
|
|
return migration_has_all_channels();
|
|
}
|
|
|
|
@@ -759,7 +759,7 @@ void migration_ioc_process_incoming(QIOChannel *ioc, Error **errp)
|
|
uint32_t channel_magic = 0;
|
|
int ret = 0;
|
|
|
|
- if (migrate_use_multifd() && !migrate_postcopy_ram() &&
|
|
+ if (migrate_multifd() && !migrate_postcopy_ram() &&
|
|
qio_channel_has_feature(ioc, QIO_CHANNEL_FEATURE_READ_MSG_PEEK)) {
|
|
/*
|
|
* With multiple channels, it is possible that we receive channels
|
|
@@ -798,7 +798,7 @@ void migration_ioc_process_incoming(QIOChannel *ioc, Error **errp)
|
|
} else {
|
|
/* Multiple connections */
|
|
assert(migration_needs_multiple_sockets());
|
|
- if (migrate_use_multifd()) {
|
|
+ if (migrate_multifd()) {
|
|
multifd_recv_new_channel(ioc, &local_err);
|
|
} else {
|
|
assert(migrate_postcopy_preempt());
|
|
@@ -834,7 +834,7 @@ bool migration_has_all_channels(void)
|
|
return false;
|
|
}
|
|
|
|
- if (migrate_use_multifd()) {
|
|
+ if (migrate_multifd()) {
|
|
return multifd_recv_all_channels_created();
|
|
}
|
|
|
|
@@ -2558,15 +2558,6 @@ int migrate_decompress_threads(void)
|
|
return s->parameters.decompress_threads;
|
|
}
|
|
|
|
-bool migrate_use_multifd(void)
|
|
-{
|
|
- MigrationState *s;
|
|
-
|
|
- s = migrate_get_current();
|
|
-
|
|
- return s->capabilities[MIGRATION_CAPABILITY_MULTIFD];
|
|
-}
|
|
-
|
|
int migrate_multifd_channels(void)
|
|
{
|
|
MigrationState *s;
|
|
diff --git a/migration/migration.h b/migration/migration.h
|
|
index bd06520c19..49c0e13f41 100644
|
|
--- a/migration/migration.h
|
|
+++ b/migration/migration.h
|
|
@@ -449,7 +449,6 @@ MigrationState *migrate_get_current(void);
|
|
|
|
bool migrate_postcopy(void);
|
|
|
|
-bool migrate_use_multifd(void);
|
|
int migrate_multifd_channels(void);
|
|
MultiFDCompression migrate_multifd_compression(void);
|
|
int migrate_multifd_zlib_level(void);
|
|
diff --git a/migration/multifd.c b/migration/multifd.c
|
|
index 903df2117b..6807328189 100644
|
|
--- a/migration/multifd.c
|
|
+++ b/migration/multifd.c
|
|
@@ -516,7 +516,7 @@ void multifd_save_cleanup(void)
|
|
{
|
|
int i;
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return;
|
|
}
|
|
multifd_send_terminate_threads(NULL);
|
|
@@ -587,7 +587,7 @@ int multifd_send_sync_main(QEMUFile *f)
|
|
int i;
|
|
bool flush_zero_copy;
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return 0;
|
|
}
|
|
if (multifd_send_state->pages->num) {
|
|
@@ -911,7 +911,7 @@ int multifd_save_setup(Error **errp)
|
|
uint32_t page_count = MULTIFD_PACKET_SIZE / qemu_target_page_size();
|
|
uint8_t i;
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return 0;
|
|
}
|
|
|
|
@@ -1016,7 +1016,7 @@ static void multifd_recv_terminate_threads(Error *err)
|
|
|
|
void multifd_load_shutdown(void)
|
|
{
|
|
- if (migrate_use_multifd()) {
|
|
+ if (migrate_multifd()) {
|
|
multifd_recv_terminate_threads(NULL);
|
|
}
|
|
}
|
|
@@ -1025,7 +1025,7 @@ void multifd_load_cleanup(void)
|
|
{
|
|
int i;
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return;
|
|
}
|
|
multifd_recv_terminate_threads(NULL);
|
|
@@ -1072,7 +1072,7 @@ void multifd_recv_sync_main(void)
|
|
{
|
|
int i;
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return;
|
|
}
|
|
for (i = 0; i < migrate_multifd_channels(); i++) {
|
|
@@ -1170,7 +1170,7 @@ int multifd_load_setup(Error **errp)
|
|
* Return successfully if multiFD recv state is already initialised
|
|
* or multiFD is not enabled.
|
|
*/
|
|
- if (multifd_recv_state || !migrate_use_multifd()) {
|
|
+ if (multifd_recv_state || !migrate_multifd()) {
|
|
return 0;
|
|
}
|
|
|
|
@@ -1216,7 +1216,7 @@ bool multifd_recv_all_channels_created(void)
|
|
{
|
|
int thread_count = migrate_multifd_channels();
|
|
|
|
- if (!migrate_use_multifd()) {
|
|
+ if (!migrate_multifd()) {
|
|
return true;
|
|
}
|
|
|
|
diff --git a/migration/options.c b/migration/options.c
|
|
index d2219ee0e4..58673fc101 100644
|
|
--- a/migration/options.c
|
|
+++ b/migration/options.c
|
|
@@ -84,6 +84,15 @@ bool migrate_late_block_activate(void)
|
|
return s->capabilities[MIGRATION_CAPABILITY_LATE_BLOCK_ACTIVATE];
|
|
}
|
|
|
|
+bool migrate_multifd(void)
|
|
+{
|
|
+ MigrationState *s;
|
|
+
|
|
+ s = migrate_get_current();
|
|
+
|
|
+ return s->capabilities[MIGRATION_CAPABILITY_MULTIFD];
|
|
+}
|
|
+
|
|
bool migrate_pause_before_switchover(void)
|
|
{
|
|
MigrationState *s;
|
|
diff --git a/migration/options.h b/migration/options.h
|
|
index b998024eba..d07269ee38 100644
|
|
--- a/migration/options.h
|
|
+++ b/migration/options.h
|
|
@@ -24,6 +24,7 @@ bool migrate_dirty_bitmaps(void);
|
|
bool migrate_events(void);
|
|
bool migrate_ignore_shared(void);
|
|
bool migrate_late_block_activate(void);
|
|
+bool migrate_multifd(void);
|
|
bool migrate_pause_before_switchover(void);
|
|
bool migrate_postcopy_blocktime(void);
|
|
bool migrate_postcopy_preempt(void);
|
|
diff --git a/migration/ram.c b/migration/ram.c
|
|
index ee454a3849..859dd7b63f 100644
|
|
--- a/migration/ram.c
|
|
+++ b/migration/ram.c
|
|
@@ -2362,7 +2362,7 @@ static int ram_save_target_page_legacy(RAMState *rs, PageSearchStatus *pss)
|
|
* if host page size == guest page size the dest guest during run may
|
|
* still see partially copied pages which is data corruption.
|
|
*/
|
|
- if (migrate_use_multifd() && !migration_in_postcopy()) {
|
|
+ if (migrate_multifd() && !migration_in_postcopy()) {
|
|
return ram_save_multifd_page(pss->pss_channel, block, offset);
|
|
}
|
|
|
|
diff --git a/migration/socket.c b/migration/socket.c
|
|
index ebf9ac41af..f4835a256a 100644
|
|
--- a/migration/socket.c
|
|
+++ b/migration/socket.c
|
|
@@ -183,7 +183,7 @@ socket_start_incoming_migration_internal(SocketAddress *saddr,
|
|
|
|
qio_net_listener_set_name(listener, "migration-socket-listener");
|
|
|
|
- if (migrate_use_multifd()) {
|
|
+ if (migrate_multifd()) {
|
|
num = migrate_multifd_channels();
|
|
} else if (migrate_postcopy_preempt()) {
|
|
num = RAM_CHANNEL_MAX;
|
|
--
|
|
2.39.1
|
|
|