[rtems-tools commit] qemu.cfg: Options changed to capture test output

Chris Johns chrisj at rtems.org
Sat Sep 26 07:17:17 UTC 2015


Module:    rtems-tools
Branch:    master
Commit:    92935ed1a3b5cefa37d7ee5701276cd8383e170e
Changeset: http://git.rtems.org/rtems-tools/commit/?id=92935ed1a3b5cefa37d7ee5701276cd8383e170e

Author:    Ric Claus <claus at slac.stanford.edu>
Date:      Wed Jul 22 04:38:46 2015 -0700

qemu.cfg: Options changed to capture test output

---

 tester/rtems/testing/qemu.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tester/rtems/testing/qemu.cfg b/tester/rtems/testing/qemu.cfg
index a3310bc..4c5d256 100644
--- a/tester/rtems/testing/qemu.cfg
+++ b/tester/rtems/testing/qemu.cfg
@@ -51,7 +51,8 @@
 #
 # Qemu common option patterns.
 #
-%define qemu_opts_base   -no-reboot -monitor none -serial stdio -nographic
+#%define qemu_opts_base   -no-reboot -monitor none -serial stdio -nographic
+%define qemu_opts_base   -no-reboot -serial null -serial mon:stdio -nographic
 %define qemu_opts_no_net -net none
 #
 # Qemu executable



More information about the vc mailing list