]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Deprecate zero-blocks capability
authorFabiano Rosas <farosas@suse.de>
Thu, 19 Sep 2024 13:46:22 +0000 (14:46 +0100)
committerPeter Xu <peterx@redhat.com>
Tue, 8 Oct 2024 19:28:55 +0000 (15:28 -0400)
commit73581a041e683fe7899e6af799c42becf60ee400
treec7dd0c0a99184b581c0c3f57536d1560480f1efc
parent21ed5ff6063422c874fbb0e389d5b4cfd18b6fff
migration: Deprecate zero-blocks capability

The zero-blocks capability was meant to be used along with the block
migration, which has been removed already in commit eef0bae3a7
("migration: Remove block migration").

Setting zero-blocks is currently a noop, but the outright removal of
the capability would cause and error in case some users are still
setting it. Put the capability through the deprecation process.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20240919134626.166183-4-dave@treblig.org
Signed-off-by: Peter Xu <peterx@redhat.com>
docs/about/deprecated.rst
migration/options.c
qapi/migration.json