From 5f189496c4a34e337d77680b0eebc1c0adc32caf Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 19 Feb 2007 01:23:15 +0000 Subject: [PATCH] Document -no-frame option. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2438 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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, -- GitLab