Im trying to debug the boot sequence of a linux kernel with qemu, the command i\'m running is:
qemu -serial stdio -kernel -hda
Redirecting Qemu output to terminal might cause some problem (personally i don't like it). You can using options like -noframe (this will create new window but won't any window frame) or -curses to experience qemu output on terminal.
-noframe
-curses