[rtems-tools commit] tester: Change the QEMU command line to match the RSB built QEMU.
Chris Johns
chrisj at rtems.org
Tue Nov 27 02:55:44 UTC 2018
Module: rtems-tools
Branch: master
Commit: 82254b0de22e37481588af4fcf139f9b2018b160
Changeset: http://git.rtems.org/rtems-tools/commit/?id=82254b0de22e37481588af4fcf139f9b2018b160
Author: Chris Johns <chrisj at rtems.org>
Date: Fri Nov 23 14:57:07 2018 +1100
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(-)
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
#
More information about the vc
mailing list