]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests: Enable boot-serial-test for hppa
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 4 Feb 2018 06:46:15 +0000 (22:46 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 4 Feb 2018 22:11:07 +0000 (14:11 -0800)
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/Makefile.include
tests/boot-serial-test.c

index ca82e0c0ccfd5739b98823d71f8252e0fae36b8c..83def6994cdaf1f46a0120fd5db5d5795293f93d 100644 (file)
@@ -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)
index 418c5b92dc5ae9d47a3bc4c2b0fad7f922189d5f..ea87a80be7f8c8e222e839ba588c289cc4ca8f75 100644 (file)
@@ -87,6 +87,7 @@ static testdef_t tests[] = {
       sizeof(kernel_plml605), kernel_plml605 },
     { "moxie", "moxiesim", "", "TT", sizeof(bios_moxiesim), 0, bios_moxiesim },
     { "arm", "raspi2", "", "TT", sizeof(bios_raspi2), 0, bios_raspi2 },
+    { "hppa", "hppa", "", "SeaBIOS wants SYSTEM HALT" },
 
     { NULL }
 };