diff options
| author | Richard Henderson | 2018-02-04 07:46:15 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-02-04 23:11:07 +0100 |
| commit | 3ff6dd4750d2d98907a61db9c7c0d2185571772c (patch) | |
| tree | 483493b4dab89df774d36eb69d9831ab94a9436b /tests/boot-serial-test.c | |
| parent | hw/hppa: Use qemu_log_mask instead of fprintf to stderr (diff) | |
| download | qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.tar.gz qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.tar.xz qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.zip | |
tests: Enable boot-serial-test for hppa
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/boot-serial-test.c')
| -rw-r--r-- | tests/boot-serial-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c index 418c5b92dc..ea87a80be7 100644 --- a/tests/boot-serial-test.c +++ b/tests/boot-serial-test.c @@ -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 } }; |
