diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-08 13:26:35 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-08 13:26:35 +0000 |
commit | a1b74fe8fea8ff7b48a6339407451ceca02b8c5e (patch) | |
tree | 7b33c7b12a284b94cae7ce638beffe8b0e44ed41 /qemu-doc.texi | |
parent | ed5fd2cce48520e4c0d4eec016743017df93e43a (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@788 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9dd02edd20..e769879d14 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -297,22 +297,30 @@ Do not start CPU at startup (you must type 'c' in the monitor). Output log in /tmp/qemu.log @end table +During the graphical emulation, you can use the following keys: +@table @key +@item Ctrl+Shift +Toggle mouse and keyboard grab. +@item Ctrl+Shift-f +Toggle full screen +@end table + During emulation, if you are using the serial console, use @key{C-a h} to get terminal commands: @table @key -@item C-a h +@item Ctrl-a h Print this help -@item C-a x +@item Ctrl-a x Exit emulatior -@item C-a s +@item Ctrl-a s Save disk data back to file (if -snapshot) -@item C-a b +@item Ctrl-a b Send break (magic sysrq in Linux) -@item C-a c +@item Ctrl-a c Switch between console and monitor -@item C-a C-a -Send C-a +@item Ctrl-a Ctrl-a +Send Ctrl-a @end table @c man end @@ -490,7 +498,7 @@ CPU registers by prefixing them with @emph{$}. The disk images can simply be raw images of the hard disk. You can create them with the command: @example -dd if=/dev/zero of=myimage bs=1024 count=mysize +dd of=myimage bs=1024 seek=mysize count=0 @end example where @var{myimage} is the image filename and @var{mysize} is its size in kilobytes. |