The hppa machine comes with a firmware image, so we can easily
include this in the boot-serial tester, too.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
 tests/Makefile.include   | 2 ++
 tests/boot-serial-test.c | 1 +
 2 files changed, 3 insertions(+)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 0b98dd7..6609276 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -299,6 +299,8 @@ gcov-files-x86_64-y = $(subst 
i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y)
 
 check-qtest-alpha-y = tests/boot-serial-test$(EXESUF)
 
+check-qtest-hppa-y = tests/boot-serial-test$(EXESUF)
+
 check-qtest-m68k-y = tests/boot-serial-test$(EXESUF)
 
 check-qtest-microblaze-y = tests/boot-serial-test$(EXESUF)
diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c
index 12bf6ec..ddaa78f 100644
--- a/tests/boot-serial-test.c
+++ b/tests/boot-serial-test.c
@@ -67,6 +67,7 @@ typedef struct testdef {
 
 static testdef_t tests[] = {
     { "alpha", "clipper", "", "PCI:" },
+    { "hppa", "hppa", "", "Firmware Version" },
     { "ppc", "ppce500", "", "U-Boot" },
     { "ppc", "prep", "", "Open Hack'Ware BIOS" },
     { "ppc", "g3beige", "", "PowerPC,750" },
-- 
1.8.3.1


Reply via email to