[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 2/7] Introduce -display argument
From: |
Peter Maydell |
Subject: |
[Qemu-devel] Re: [PATCH 2/7] Introduce -display argument |
Date: |
Wed, 16 Mar 2011 11:46:20 +0000 |
On 16 March 2011 11:00, <address@hidden> wrote:
> From: Jes Sorensen <address@hidden>
>
> This patch introduces a -display argument which consolidates the
> setting of the display mode. Valid options are:
> sdl/curses/default/serial (serial is equivalent to -nographic)
You forgot to update the commit message when you took out 'serial'...
Some minor nitpicking about docs wording follows (I know this text
is just copied from the -sdl/-curses options, but since we're here...)
> +DEF("display", HAS_ARG, QEMU_OPTION_display,
> + "-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]\n"
> + " [,window_close=on|off]|curses\n"
> + " select display type\n", QEMU_ARCH_ALL)
> +STEXI
> address@hidden -display @var{type}
> address@hidden -display
> +Select type of display to use. This option is a replacement for the
> +old style -sdl/-curses/... options. Valid values for @var{type} are
> address@hidden @option
> address@hidden sdl
> +Pick the SDL display option.
How about "Display video output via SDL (usually in a separate graphics
window; see the SDL documentation for other possibilities)." ?
> address@hidden curses
> +Pick the curses display option. Normally, QEMU uses SDL to display the
> +VGA output. With this option, QEMU can display the VGA output when in
> +text mode using a curses/ncurses interface. Nothing is displayed in
> +graphical mode.
> address@hidden table
> +ETEXI
This kind of implies that the only kind of video is VGA, which isn't
true.
"Display video output via curses. For graphics device models which
support a text mode, QEMU can display this output using a curses/ncurses
interface. Nothing is displayed when the graphics device is in
graphical mode or if the graphics device does not support a text mode.
Generally only the VGA device models support text mode."
?
-- PMM
- [Qemu-devel] [PATCH v4 0/7] Introduce -display and make VNC optional, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 2/7] Introduce -display argument, Jes . Sorensen, 2011/03/16
- [Qemu-devel] Re: [PATCH 2/7] Introduce -display argument,
Peter Maydell <=
- [Qemu-devel] [PATCH 3/7] Introduce -display none, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 1/7] Consolidate DisplaySurface allocation in qemu_alloc_display(), Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 4/7] Add support for -display vnc, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 5/7] error message if user specifies SDL cmd line option when SDL is disabled, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 6/7] error message if user specifies curses on cmd line when curses is disabled, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 7/7] Make VNC support optional, Jes . Sorensen, 2011/03/16