I wanted to provide some printf statement in QEMU source code in order to debug some issue but not sure where do I see these printf statements?
I have looked into following post but it is without any answers Debugging Qemu Source Code and not Kernel Source Code <http://stackoverflow.com/questions/19149221/debugging-qemu-source-code-and-not-kernel-source-code> I am launching QEMU in terminal where I have it's output, not OSs. How Do I see printf logs while launching QEMU in headless environment? Thanks, Amit