]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemu: Remove prehistoric machine types from faked data tests
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Jan 2020 09:37:08 +0000 (10:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 27 Jan 2020 13:55:03 +0000 (14:55 +0100)
qemu-5.0 will drop pre pc-1.0 machine types. Remove them from our
faked capabilities test suite. If a feature depends on a machine type it
shall be tested with real data and not with this hack.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/testutilsqemu.c

index d44548f7952388285d990f234ed4e0260d76f40d..c25aa1f70586be664be196f821580a7f8477922d 100644 (file)
@@ -46,7 +46,7 @@ static const char *const i386_machines[] = {
  */
 static const char *const x86_64_machines[] = {
     "pc", "isapc", "q35",
-    "pc-0.10", "pc-0.11", "pc-0.12", "pc-0.13", "pc-0.15", "pc-1.0", "pc-1.2",
+    "pc-1.0", "pc-1.2",
     "pc-i440fx-1.4", "pc-i440fx-2.1", "pc-i440fx-2.3", "pc-i440fx-2.5",
     "pc-i440fx-2.6", "pc-i440fx-2.9", "pc-i440fx-2.12",
     "pc-q35-2.3", "pc-q35-2.4", "pc-q35-2.5", "pc-q35-2.7", "pc-q35-2.10",