From: Peter Krempa Date: Tue, 30 Mar 2021 13:24:41 +0000 (+0200) Subject: qemu: Formally deprecate support for qemu < 2.11 X-Git-Tag: v7.4.0-rc1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4cbdbe90bbf85eaf687f532d5a52a11e664b781;p=thirdparty%2Flibvirt.git qemu: Formally deprecate support for qemu < 2.11 As of May 7 2021, rhel-8 will be out for two years, which means we no longer have to support rhel-7 ancient qemu. QEMU versions in our supported distros: RHEL-8: 2.12 Debian Stable: 3.1 OpenSuse LEAP 15.0 (SLES15 GA): 2.11 OpenSuse LEAP 15.2: 4.2 Ubuntu (Bionic): 2.11 Ubuntu (Focal): 4.2 This means we can bring up the minimum supported version to 2.11. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina Reviewed-by: Neal Gompa Reviewed-by: Pavel Hrdina --- diff --git a/docs/drvqemu.rst b/docs/drvqemu.rst index 12e3369e5d..e18075d865 100644 --- a/docs/drvqemu.rst +++ b/docs/drvqemu.rst @@ -5,7 +5,7 @@ KVM/QEMU hypervisor driver ========================== -The libvirt KVM/QEMU driver can manage any QEMU emulator from version 1.5.0 or +The libvirt KVM/QEMU driver can manage any QEMU emulator from version 2.11.0 or later. .. contents:: diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c index 7451929807..1a3eae2c07 100644 --- a/tests/testutilsqemu.c +++ b/tests/testutilsqemu.c @@ -44,7 +44,7 @@ static const char *const i386_machines[] = { "pc", "isapc", NULL }; /** - * Oldest supported qemu-1.5 supports machine types back to pc-0.10. + * Oldest supported qemu-2.11 supports machine types back to pc-0.10. */ static const char *const x86_64_machines[] = { "pc", "isapc", "q35",