From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c45e8-000400-RF for qemu-devel@nongnu.org; Tue, 08 Nov 2016 07:37:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c45e5-0002dG-N6 for qemu-devel@nongnu.org; Tue, 08 Nov 2016 07:37:00 -0500 From: Thomas Huth Date: Tue, 8 Nov 2016 13:36:53 +0100 Message-Id: <1478608613-486-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , Alexander Graf , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= The new powernv machine ships with a firmware that outputs some text to the serial console, so we can automatically test this machine type in the boot-serial tester, too. And to get some (very limited) test coverage for the new POWER9 CPU emulation, too, this test is also started with "-cpu POWER9". Signed-off-by: Thomas Huth --- tests/boot-serial-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c index d98c564..44c82e5 100644 --- a/tests/boot-serial-test.c +++ b/tests/boot-serial-test.c @@ -29,6 +29,7 @@ static testdef_t tests[] = { { "ppc64", "ppce500", "", "U-Boot" }, { "ppc64", "prep", "", "Open Hack'Ware BIOS" }, { "ppc64", "pseries", "", "Open Firmware" }, + { "ppc64", "powernv", "-cpu POWER9", "SkiBoot" }, { "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" }, { "i386", "pc", "-device sga", "SGABIOS" }, { "i386", "q35", "-device sga", "SGABIOS" }, -- 1.8.3.1