From: Laurent Vivier <lvivier@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
Thomas Huth <thuth@redhat.com>,
Laurent Vivier <lvivier@redhat.com>
Subject: [Qemu-devel] [PATCH] tests: add mac99 and g3beige in boot-serial-test
Date: Thu, 13 Oct 2016 21:53:30 +0200 [thread overview]
Message-ID: <1476388410-4187-1-git-send-email-lvivier@redhat.com> (raw)
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 <lvivier@redhat.com>
---
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
next reply other threads:[~2016-10-13 19:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 19:53 Laurent Vivier [this message]
2016-10-13 20:26 ` [Qemu-devel] [PATCH] tests: add mac99 and g3beige in boot-serial-test Thomas Huth
2016-10-14 7:33 ` Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476388410-4187-1-git-send-email-lvivier@redhat.com \
--to=lvivier@redhat.com \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).