On Thu, Feb 14, 2013 at 02:22:51PM +0100, Paolo Pedaletti wrote: > I have trouble to get full list of the output of > qemu> help > inside kvm when I switch to second console CTRL-ALT-2 > > I can't find the full list even inside source code (apt-get source > qemu-kvm) and neither inside binary file (grep blockarg qemu-*) > > Is it possible to redirect the output of "> help" on an external > file? Or paging it? > > This because (the main problem is) I'm trying to get full kernel > message at boot, but inside KVM window it's not possible to scroll > up ( goal: http://pedalinux.blogspot.it/2013/02/physical-to-virtual-step-by-step.html > ) or to dump outside terminal output. Try Ctrl+PageUp. If that doesn't work you can put the monitor on stdio like this: $ qemu-system-x86_64 -monitor stdio ... Then you can interact from your shell and scroll back up as usual. Stefan -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html