[pve-devel] [PATCH qemu 2/5] bump baseline machine version to 6.0 for Proxmox VE 9
Fiona Ebner
f.ebner at proxmox.com
Wed Sep 24 16:47:11 CEST 2025
This was missed with QEMU 10.0 and should've been bumped already for
the release of Proxmox VE 9 to get more complete deprecation warnings.
The compile time check for detecting too old baseline is only active
starting with QEMU 10.1, since the new policy on the QEMU side is
enforced starting with that version and that's why it slipped through.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
...043-adapt-machine-version-deprecation-for-Proxmox-VE.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/pve/0043-adapt-machine-version-deprecation-for-Proxmox-VE.patch b/debian/patches/pve/0043-adapt-machine-version-deprecation-for-Proxmox-VE.patch
index 6e587fa..9d0d5d1 100644
--- a/debian/patches/pve/0043-adapt-machine-version-deprecation-for-Proxmox-VE.patch
+++ b/debian/patches/pve/0043-adapt-machine-version-deprecation-for-Proxmox-VE.patch
@@ -47,8 +47,8 @@ index 8ada4d5832..f9f3b75284 100644
+ * 9 11.2 5.2 and older 6.0
+ * 10 13.2 7.2 and older 8.0
+ */
-+#define MACHINE_VER_BASELINE_PVE_MAJOR 2
-+#define MACHINE_VER_BASELINE_PVE_MINOR 4
++#define MACHINE_VER_BASELINE_PVE_MAJOR 6
++#define MACHINE_VER_BASELINE_PVE_MINOR 0
+#define MACHINE_VER_DELETION_MAJOR (QEMU_VERSION_MAJOR - 6)
+#define MACHINE_VER_DELETION_MINOR QEMU_VERSION_MINOR
+
--
2.47.3
More information about the pve-devel
mailing list