* qemu> help documentation
@ 2013-02-14 13:22 Paolo Pedaletti
2013-02-15 13:10 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Paolo Pedaletti @ 2013-02-14 13:22 UTC (permalink / raw)
To: KVM
Ciao,
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.
I hope to find something useful in qemu help.
Thank you.
--
Paolo Pedaletti
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: qemu> help documentation
2013-02-14 13:22 qemu> help documentation Paolo Pedaletti
@ 2013-02-15 13:10 ` Stefan Hajnoczi
2013-02-22 11:57 ` Paolo Pedaletti
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-02-15 13:10 UTC (permalink / raw)
To: Paolo Pedaletti; +Cc: KVM
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: qemu> help documentation
2013-02-15 13:10 ` Stefan Hajnoczi
@ 2013-02-22 11:57 ` Paolo Pedaletti
0 siblings, 0 replies; 3+ messages in thread
From: Paolo Pedaletti @ 2013-02-22 11:57 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: KVM
ciao Stefan,
> 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.
thank you, this works perfectly!
ciao
--
Paolo Pedaletti
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-22 11:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 13:22 qemu> help documentation Paolo Pedaletti
2013-02-15 13:10 ` Stefan Hajnoczi
2013-02-22 11:57 ` Paolo Pedaletti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox