mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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 <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user