diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-19 01:23:15 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-19 01:23:15 +0000 |
commit | 5f189496c4a34e337d77680b0eebc1c0adc32caf (patch) | |
tree | 0d125589c5ad9eebf77192c81f705980d5b2a215 /qemu-doc.texi | |
parent | d84fe7aef05a84349803ee49b07b002acee1f6e3 (diff) |
Document -no-frame option.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2438 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index b539747dfe..00b28a6d47 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -247,6 +247,12 @@ command line application. The emulated serial port is redirected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console. +@item -no-frame + +Do not use decorations for SDL windows and start them using the whole +available screen space. This makes the using QEMU in a dedicated desktop +workspace more convenient. + @item -vnc display Normally, QEMU uses SDL to display the VGA output. With this option, |