mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-09 04:24:18 +03:00
qemu: capabilities: Bump minimum qemu to qemu-6.2
Following minimum versions are needed based on our support policy:
CentOS Stream 9: 9.1
Debian 12: 7.2
Fedora 40: 8.2
openSUSE Leap 15.6: 8.2
Ubuntu 22.04: 6.2
FreeBSD ports: 9.2
macOS homebrew: 9.2
macOS macports: 9.2
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -5669,7 +5669,7 @@ virQEMUCapsProbeQMPSchemaCapabilities(virQEMUCaps *qemuCaps,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define QEMU_MIN_MAJOR 5
|
||||
#define QEMU_MIN_MAJOR 6
|
||||
#define QEMU_MIN_MINOR 2
|
||||
#define QEMU_MIN_MICRO 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user