Re: [Qemu-devel] qemu -nographics option

2016-06-11 Thread David Craven
Hello Marcin Reordering the console statements worked. The reason I had so many consoles in the kernel command line was because it was recommended in redirect-qemu-window-output-to-terminal-running-qemu

Re: [Qemu-devel] qemu -nographics option

2016-06-11 Thread mar.krzeminski
Hello, Have you try to add chardev device? -chardev stdio,mux=on,id=terminal -serial chardev:terminal I am also not sure if you so many consoles in kernel command line, since you do not want to use any graphic mode. Regards, Marcin W dniu 11.06.2016 o 16:22, David Craven pisze: Hello qemu d

[Qemu-devel] qemu -nographics option

2016-06-11 Thread David Craven
Hello qemu devs, I previously asked this question on stack overflow but didn't get an answer, so I thought I'd ask here: Stdio doesn't show in qemu with the -nographic option. This is my qemu invocation. It prints hello world when using `-serial stdio` but only displays kernel output when using `