Re: [Qemu-devel] Greetings qemu folks

2019-09-09 Thread Peter Maydell
On Mon, 9 Sep 2019 at 17:56, John Snow wrote: > On 9/7/19 9:58 AM, Toe Dev wrote: > > 2) My main target is to output a lot of this to console cause I new to qemu > > and I want fastfeedback on stuff like this. I try start > > qemu with -D option but the log files never have bee

Re: [Qemu-devel] Greetings qemu folks

2019-09-09 Thread John Snow
On 9/7/19 9:58 AM, Toe Dev wrote: > I am new in QEMU developing and I have general questions about QEMU source > code as I could not find any guidelines about it. > Hi, welcome! > 1) I have no success running qemu in nographic mode. >The internet says using chardev driver to redirect kern

[Qemu-devel] Greetings qemu folks

2019-09-07 Thread Toe Dev
I am new in QEMU developing and I have general questions about QEMU source code as I could not find any guidelines about it. 1) I have no success running qemu in nographic mode. The internet says using chardev driver to redirect kernel output to host OS... what is the right way to do that?