[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH] tests: add mac99 and g3beige in boot-serial-test
From: |
Laurent Vivier |
Subject: |
[Qemu-ppc] [PATCH] tests: add mac99 and g3beige in boot-serial-test |
Date: |
Thu, 13 Oct 2016 21:53:30 +0200 |
g3beige (pmac_oldworld) and mac99 (pmac_newworld) are missing in
boot-serial-test.
Perhaps because serial output of OpenBIOS is only enabled with
'-nographic'
Signed-off-by: Laurent Vivier <address@hidden>
---
tests/boot-serial-test.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c
index d98c564..d477a6a 100644
--- a/tests/boot-serial-test.c
+++ b/tests/boot-serial-test.c
@@ -26,8 +26,12 @@ static testdef_t tests[] = {
{ "alpha", "clipper", "", "PCI:" },
{ "ppc", "ppce500", "", "U-Boot" },
{ "ppc", "prep", "", "Open Hack'Ware BIOS" },
+ { "ppc", "mac99", "-nographic", "OpenBIOS" },
+ { "ppc", "g3beige", "-nographic", "OpenBIOS" },
{ "ppc64", "ppce500", "", "U-Boot" },
{ "ppc64", "prep", "", "Open Hack'Ware BIOS" },
+ { "ppc64", "mac99", "-nographic", "OpenBIOS" },
+ { "ppc64", "g3beige", "-nographic", "OpenBIOS" },
{ "ppc64", "pseries", "", "Open Firmware" },
{ "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
{ "i386", "pc", "-device sga", "SGABIOS" },
--
2.7.4
- [Qemu-ppc] [PATCH] tests: add mac99 and g3beige in boot-serial-test,
Laurent Vivier <=