ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

Replace qemu -nographic option with better alternative #185

Closed tpimh closed 5 years ago

tpimh commented 5 years ago

QEMU -nographic option is legacy and is kept only for compatibility. It does several things at once and not all of them are wanted. For example, it may clear screen when booting which is unwanted in most cases (but makes no difference with travis). Using -display none -serial mon:stdio ensures that the output is only added to the console.