diff options
author | malc <av1474@comtv.ru> | 2012-08-27 18:33:21 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-08-27 18:33:21 +0400 |
commit | e4558dcae8b9fcb2bcc312f1d04071b34adf0781 (patch) | |
tree | dcd4ed20b7471c6b61ae2c847bdd7c5c31a706e8 /qemu-options.hx | |
parent | df8002103c3e262dc40d7b5e0eb2171ba28b1d63 (diff) |
Revert "qemu-options.hx: mention retrace= VGA option"
This reverts commit 39dda260628e5f2a3fd2ce2ec8a71f3d5ca309a9.
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 3e8085d463..3c411c427e 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -945,7 +945,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}[,@var{prop}=@var{value}[,...]] +@item -vga @var{type} @findex -vga Select type of VGA card to emulate. Valid values for @var{type} are @table @option @@ -970,12 +970,6 @@ 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, |