Revert "qemu: pass -serial stdio instead of -serial mon:stdio"

This reverts commit e697621371.
It is causing problems dependeing on what version of QEMU is
used, with the SDK QEMU the terminal has to be 'reset' after
running (the opposite behavior of the Nios 2 build).

Change-Id: I6756eb0cf8edf4faa36f3a5e1cf0e456f146e1d8
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-06-29 13:33:05 -07:00 committed by Inaky Perez-Gonzalez
commit 206d0b4497

View file

@ -1167,7 +1167,7 @@ ifneq ($(QEMU_PIPE),)
# Send console output to a pipe, used for running automated sanity tests
QEMU_FLAGS += -serial pipe:$(QEMU_PIPE)
else
QEMU_FLAGS += -serial stdio
QEMU_FLAGS += -serial mon:stdio
endif
endif