[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: |
Jes Sorensen |
Subject: |
[Qemu-devel] Re: [PATCH 2/7] Introduce -display argument |
Date: |
Wed, 16 Mar 2011 13:08:09 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 |
On 03/16/11 12:46, Peter Maydell wrote:
> 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'...
Good catch, thanks!
>> +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)." ?
Looks good to me.
>> 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."
Ditto
Cheers,
Jes
- [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] [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