Commit 5f189496c4a34e337d77680b0eebc1c0adc32caf

Authored by ths
1 parent d84fe7ae

Document -no-frame option.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2438 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 6 additions and 0 deletions
qemu-doc.texi
... ... @@ -247,6 +247,12 @@ command line application. The emulated serial port is redirected on
247 247 the console. Therefore, you can still use QEMU to debug a Linux kernel
248 248 with a serial console.
249 249  
  250 +@item -no-frame
  251 +
  252 +Do not use decorations for SDL windows and start them using the whole
  253 +available screen space. This makes the using QEMU in a dedicated desktop
  254 +workspace more convenient.
  255 +
250 256 @item -vnc display
251 257  
252 258 Normally, QEMU uses SDL to display the VGA output. With this option,
... ...