[PATCH] tests: Disable sercon in SeaBIOS

2018-07-30 Thread Colin Watson
SeaBIOS 1.11.0 added support for VGA emulation over a serial port, which interferes with grub-shell. Turn it off. Signed-off-by: Colin Watson --- tests/util/grub-shell.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index d690d67

[PATCH] tests: Fix qemu options for UHCI test

2018-07-30 Thread Colin Watson
qemu 2.12 removed the -usbdevice option. Use a more modern spelling instead, in line with other USB-related tests. Signed-off-by: Colin Watson --- tests/uhci_test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/uhci_test.in b/tests/uhci_test.in index 4af72fd8f..f0ee