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:
parent
23af1e928e
commit
206d0b4497
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue