qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/3] tests/boot-serial: Add a test for the new hppa-


From: Thomas Huth
Subject: [Qemu-devel] [PATCH 3/3] tests/boot-serial: Add a test for the new hppa-softmmu target
Date: Thu, 1 Feb 2018 11:09:10 +0100

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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]