]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Formally deprecate support for qemu < 2.11
authorPeter Krempa <pkrempa@redhat.com>
Tue, 30 Mar 2021 13:24:41 +0000 (15:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 May 2021 10:14:44 +0000 (12:14 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/drvqemu.rst
tests/testutilsqemu.c

index 12e3369e5d1dd8ac3af87aa7e0e3a8c6f81ad569..e18075d865d5b67708909fea21927a19aca56d79 100644 (file)
@@ -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::
index 745192980737876e189953589e4235c5ad71a37b..1a3eae2c07a2c78425b39bbbe0690a30fcd90438 100644 (file)
@@ -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",