Re: [Qemu-devel] Output of fprintf messages in qemu source

2015-03-30 Thread Stefan Hajnoczi
On Tue, Mar 24, 2015 at 07:04:59PM +0530, Toms Varghese wrote: > In my Fedora, I couldn't find the file in the mentioned path. I got it > finally from > /var/log/libvirt/qemu/.log Sorry, my mistake. "lib" was a typo. Stefan pgpGswe66BblP.pgp Description: PGP signature

Re: [Qemu-devel] Output of fprintf messages in qemu source

2015-03-24 Thread Toms Varghese
In my Fedora, I couldn't find the file in the mentioned path. I got it finally from /var/log/libvirt/qemu/.log Thanks a lot for the help. Regards Toms Varghese On Mon, Mar 23, 2015 at 6:17 PM, Stefan Hajnoczi wrote: > On Thu, Mar 19, 2015 at 12:17:29AM +0530, Toms Varghese wrote: > > Hi all, >

Re: [Qemu-devel] Output of fprintf messages in qemu source

2015-03-23 Thread Stefan Hajnoczi
On Thu, Mar 19, 2015 at 12:17:29AM +0530, Toms Varghese wrote: > Hi all, > > I can see some fprintf (stderr, ...) statements in qemu source code. I > expect the output to be shown in the terminal window. I use libvirt to > manage my VMs and hence have no idea about the exact qemu command line > b

[Qemu-devel] Output of fprintf messages in qemu source

2015-03-18 Thread Toms Varghese
Hi all, I can see some fprintf (stderr, ...) statements in qemu source code. I expect the output to be shown in the terminal window. I use libvirt to manage my VMs and hence have no idea about the exact qemu command line being used. From the comments in the below post http://blog.vmsplice.net/201