According to repology.org and/or distro repos these are the version of QEMU: CentOS Stream 9: qemu-kvm-9.0.0 Debian 11: qemu-5.2.0 Fedora 39: qemu-8.3.1 openSUSE Leap 15.3: qemu-5.2.0 RHEL-8: qemu-6.2.0 Ubuntu 22.04: qemu-6.2.0 Since the minimal version is 5.2.0 we can bump from 4.2.0 to 5.2.0. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> --- src/qemu/qemu_capabilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index d7de39c21d..b2c6815934 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -5499,7 +5499,7 @@ virQEMUCapsProbeQMPSchemaCapabilities(virQEMUCaps *qemuCaps, return 0; } -#define QEMU_MIN_MAJOR 4 +#define QEMU_MIN_MAJOR 5 #define QEMU_MIN_MINOR 2 #define QEMU_MIN_MICRO 0 -- 2.44.2