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

Chris Johns chrisj at rtems.org
Tue Apr 4 03:36:04 UTC 2017


Module:    rtems-tools
Branch:    4.11
Commit:    848344d4f0bd4a68d6d53c22a700eca93cefafaa
Changeset: http://git.rtems.org/rtems-tools/commit/?id=848344d4f0bd4a68d6d53c22a700eca93cefafaa

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