]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Formally deprecate support for qemu < 4.2
authorPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jun 2022 13:23:36 +0000 (15:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 12:38:31 +0000 (14:38 +0200)
Per [1] the Debian 10 reaches EOL in August of 2022. This allows us to
bump the minimum supported qemu version to qemu-4.2 which will also
allow us to do significant cleanups.

This commit bumps the minimum qemu verison and updates the corresponding
docs.

[1]: https://wiki.debian.org/DebianReleases

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/drvqemu.rst
src/qemu/qemu_capabilities.c

index c33706ccea5a8e55b6afd5cce0251b76fc50c683..7ee11e9deba16091c7d8f4b5e757b2fbdd3fad0b 100644 (file)
@@ -5,7 +5,7 @@
 QEMU/KVM/HVF hypervisor driver
 ==============================
 
-The libvirt KVM/QEMU driver can manage any QEMU emulator from version 3.1.0 or
+The libvirt KVM/QEMU driver can manage any QEMU emulator from version 4.2.0 or
 later.
 
 It supports multiple QEMU accelerators: software
index 80a8002f0c82c1fbf0e110c5f72db7d3e34c7696..43b9c2fd767b6504ed637e8550f3b737746b1868 100644 (file)
@@ -5362,8 +5362,8 @@ virQEMUCapsProbeQMPSchemaCapabilities(virQEMUCaps *qemuCaps,
     return 0;
 }
 
-#define QEMU_MIN_MAJOR 3
-#define QEMU_MIN_MINOR 1
+#define QEMU_MIN_MAJOR 4
+#define QEMU_MIN_MINOR 2
 #define QEMU_MIN_MICRO 0
 
 virDomainVirtType