Skip to content

Commit a870773

Browse files
committed
tests/qtest/boot-serial-test: Correct HPPA machine name
Commit 7df6f75 ("hw/hppa: Split out machine creation") renamed the 'hppa' machine as 'B160L', but forgot to update the boot serial test, which ended being skipped. Cc: [email protected] Fixes: 7df6f75 ("hw/hppa: Split out machine creation") Reported-by: Thomas Huth <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-Id: <[email protected]>
1 parent e3778c8 commit a870773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/qtest/boot-serial-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ static const testdef_t tests[] = {
190190
sizeof(kernel_plml605), kernel_plml605 },
191191
{ "arm", "raspi2b", "", "TT", sizeof(bios_raspi2), 0, bios_raspi2 },
192192
/* For hppa, force bios to output to serial by disabling graphics. */
193-
{ "hppa", "hppa", "-vga none", "SeaBIOS wants SYSTEM HALT" },
193+
{ "hppa", "B160L", "-vga none", "SeaBIOS wants SYSTEM HALT" },
194194
{ "aarch64", "virt", "-cpu max", "TT", sizeof(kernel_aarch64),
195195
kernel_aarch64 },
196196
{ "arm", "microbit", "", "T", sizeof(kernel_nrf51), kernel_nrf51 },

0 commit comments

Comments
 (0)