summary refs log tree commit diff stats
path: root/migration/colo.c
diff options
context:
space:
mode:
authorFabiano Rosas <farosas@suse.de>2024-04-30 11:27:35 -0300
committerFabiano Rosas <farosas@suse.de>2024-05-08 09:20:58 -0300
commiteef0bae3a75fa33921ac859f70fd154310915ad4 (patch)
tree9372b46b4145b967ccea55886c8bda5d9125931d /migration/colo.c
parent18d154f57583dd06f0ce3e69e4952044490b2bc4 (diff)
downloadfocaccia-qemu-eef0bae3a75fa33921ac859f70fd154310915ad4.tar.gz
focaccia-qemu-eef0bae3a75fa33921ac859f70fd154310915ad4.zip
migration: Remove block migration
The block migration has been considered obsolete since QEMU 8.2 in
favor of the more flexible storage migration provided by the
blockdev-mirror driver. Two releases have passed so now it's time to
remove it.

Deprecation commit 66db46ca83 ("migration: Deprecate block
migration").

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'migration/colo.c')
-rw-r--r--migration/colo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/colo.c b/migration/colo.c
index 5600a43d78..e2b450c132 100644
--- a/migration/colo.c
+++ b/migration/colo.c
@@ -18,7 +18,6 @@
 #include "qemu-file.h"
 #include "savevm.h"
 #include "migration/colo.h"
-#include "block.h"
 #include "io/channel-buffer.h"
 #include "trace.h"
 #include "qemu/error-report.h"