]> Git Repo - qemu.git/commitdiff
tests/boot-serial-test: add support for all the PowerNV machines
authorCédric Le Goater <[email protected]>
Wed, 31 Jul 2019 14:12:17 +0000 (16:12 +0200)
committerDavid Gibson <[email protected]>
Wed, 28 Aug 2019 23:46:07 +0000 (09:46 +1000)
Use the machine names specifiying the CPU type, POWER8 and POWER9.

Signed-off-by: Cédric Le Goater <[email protected]>
Message-Id: <20190731141233[email protected]>
Signed-off-by: David Gibson <[email protected]>
tests/boot-serial-test.c

index 24852d4c7d0b3fc08fb0dab35f32372a0b2c46db..a54d007298f78d785e07612b4e7b3951f0258845 100644 (file)
@@ -103,7 +103,8 @@ static testdef_t tests[] = {
     { "ppc64", "pseries",
       "-machine cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken",
       "Open Firmware" },
-    { "ppc64", "powernv", "-cpu POWER8", "OPAL" },
+    { "ppc64", "powernv8", "", "OPAL" },
+    { "ppc64", "powernv9", "", "OPAL" },
     { "ppc64", "sam460ex", "-device e1000", "8086  100e" },
     { "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
     { "i386", "pc", "-device sga", "SGABIOS" },
This page took 0.029249 seconds and 4 git commands to generate.