The source project of this merge request has been removed.
vm2c: do not reset the current terminal
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