Skip to content

vm2c: do not reset the current terminal

Benjamin Tissoires requested to merge (removed):vm2c-noreset into master

Using -nographics makes the current terminal being reset on qemu start, which means that we can not scroll back to see which options are used in the current run when not used in the CI.

Setting serial to the current stdio shell and disabling the display solves that.

Signed-off-by: Benjamin Tissoires benjamin.tissoires@gmail.com

Merge request reports