From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4QrI-00054O-Gn for qemu-devel@nongnu.org; Thu, 23 Aug 2012 02:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4QrC-00045o-IQ for qemu-devel@nongnu.org; Thu, 23 Aug 2012 02:25:36 -0400 Received: from qmta03.emeryville.ca.mail.comcast.net ([76.96.30.32]:58407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4QrC-00044w-CL for qemu-devel@nongnu.org; Thu, 23 Aug 2012 02:25:30 -0400 From: Matthew Ogilvie Date: Thu, 23 Aug 2012 00:24:41 -0600 Message-Id: <1345703083-25322-5-git-send-email-mmogilvi_qemu@miniinfo.net> In-Reply-To: <1345703083-25322-1-git-send-email-mmogilvi_qemu@miniinfo.net> References: <1345703083-25322-1-git-send-email-mmogilvi_qemu@miniinfo.net> Subject: [Qemu-devel] [PATCH v2 4/6] qemu-options.hx: mention retrace= VGA option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Matthew Ogilvie The feature was added in commit cb5a7aa8c32141bb Sep 2008. My description is based on "Better VGA retrace emulation (needed for some DOS games/demos)" from http://www.boblycat.org/~malc/code/patches/qemu/index.html Signed-off-by: Matthew Ogilvie --- This is the first version of this patch. I noticed this was missing when I wanted to add documentation for my own VGA option in the next patch... ======================= qemu-options.hx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 3c411c4..104d228 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -944,7 +944,7 @@ DEF("vga", HAS_ARG, QEMU_OPTION_vga, "-vga [std|cirrus|vmware|qxl|xenfb|none]\n" " select video card type\n", QEMU_ARCH_ALL) STEXI -@item -vga @var{type} +@item -vga @var{type}[,@var{prop}=@var{value}[,...]] @findex -vga Select type of VGA card to emulate. Valid values for @var{type} are @table @option @@ -971,6 +971,12 @@ Recommended choice when using the spice protocol. @item none Disable VGA card. @end table +Valid optional properties are +@table @option +@item retrace=dumb|precise +Select dumb (default) or precise VGA retrace logic, useful for some +DOS games/demos. +@end table ETEXI DEF("full-screen", 0, QEMU_OPTION_full_screen, -- 1.7.10.2.484.gcd07cc5