From 82254b0de22e37481588af4fcf139f9b2018b160 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 23 Nov 2018 14:57:07 +1100 Subject: tester: Change the QEMU command line to match the RSB built QEMU. The command line changed and the RSB is the newer version. Make the old version via a config variable. --- tester/rtems/testing/qemu.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tester/rtems') diff --git a/tester/rtems/testing/qemu.cfg b/tester/rtems/testing/qemu.cfg index 52a3752..e37dc9b 100644 --- a/tester/rtems/testing/qemu.cfg +++ b/tester/rtems/testing/qemu.cfg @@ -51,8 +51,11 @@ # # Qemu common option patterns. # -%define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic -#%define qemu_opts_base -no-reboot -serial null -serial mon:stdio -nographic +%if %{defined qemu_use_serial_console} + %define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic +%else + %define qemu_opts_base -no-reboot -serial null -serial mon:stdio -nographic +%endif %define qemu_opts_no_net -net none # -- cgit v1.2.3