]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: capabilities: Bump minimum qemu to qemu-7.2
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 5 May 2026 12:06:59 +0000 (14:06 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 6 May 2026 08:47:13 +0000 (10:47 +0200)
Following minimum versions are needed based on our support policy:

           Alpine Linux 3.23: 9.0
             CentOS Stream 9: 10.1
                   Debian 12: 7.2
                   Fedora 43: 10.1
          openSUSE Leap 15.6: 8.2
                Ubuntu 24.04: 8.2
               FreeBSD ports: 11.0
              macOS homebrew: 11.0
              macOS macports: 11.0

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

index 796aae587c8b6fea2982a7c8a32aa0f1e23eb146..956c5febe564b38e206c5ad88b851b2ddd380abf 100644 (file)
@@ -5,7 +5,7 @@
 QEMU/KVM/HVF hypervisor driver
 ==============================
 
-The libvirt KVM/QEMU driver can manage any QEMU emulator from version 6.2.0 or
+The libvirt KVM/QEMU driver can manage any QEMU emulator from version 7.2.0 or
 later.
 
 It supports multiple QEMU accelerators: software
index f01288205139549cd94f5fcf7a95565f81c5b43b..12af7c4616e7fa8ff3baa1910ceda456bda40b50 100644 (file)
@@ -5898,7 +5898,7 @@ virQEMUCapsProbeQMPSchemaCapabilities(virQEMUCaps *qemuCaps,
     return 0;
 }
 
-#define QEMU_MIN_MAJOR 6
+#define QEMU_MIN_MAJOR 7
 #define QEMU_MIN_MINOR 2
 #define QEMU_MIN_MICRO 0