From 960cf315da215d8ddf8b1c5c81b9e4c1796ae096 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 7 Apr 2025 09:32:55 +0200 Subject: [PATCH] migration: drop deprecated 'zero-blocks' capability The 'zero-blocks' capability was deprecated in QEMU commit 73581a041e ("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. The default for the capability already was disabled (checked in QEMU 8.0 source). Signed-off-by: Fiona Ebner Link: https://lore.proxmox.com/20250407073256.8889-4-f.ebner@proxmox.com --- PVE/QemuServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index cef6d068..65045500 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -4616,7 +4616,6 @@ sub set_migration_caps { "auto-converge" => 1, "xbzrle" => 1, "x-rdma-pin-all" => 0, - "zero-blocks" => 0, "dirty-bitmaps" => $dirty_bitmaps, };