[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 1/5] Introduce -display argument
From: |
Jes Sorensen |
Subject: |
[Qemu-devel] Re: [PATCH 1/5] Introduce -display argument |
Date: |
Mon, 14 Mar 2011 13:41:58 +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/14/11 13:40, Peter Maydell wrote:
> On 14 March 2011 12:28, <address@hidden> wrote:
>> This patch introduces a -display argument which consolidates the
>> setting of the display mode. Valid options are:
>> sdl/curses/default/nographic
>
> I wasn't expecting to see "nographic" as an option here -- my
> preference would be to retain the existing '-nographic' switch
> for backwards-compatibility, but '-display foo' should only
> affect the video type. (ie the equivalent of '-nographic' ought
> to be a set of options including '-display none', '-serial mon:stdio'
> and so on, not a single '-display:nographic').
It would be easy to remove it from the -display option, but I think it
is fair to keep it in. I was pretty much trying to cover every DT_foo
option we have. If nographic is going away as a display option, we
should make it in the code that it is for legacy support only.
Cheers,
Jes
- [Qemu-devel] [PATCH 0/5] Introduce -display and make VNC optional, Jes . Sorensen, 2011/03/14
- [Qemu-devel] [PATCH 2/5] Introduce -display none, Jes . Sorensen, 2011/03/14
- [Qemu-devel] [PATCH 1/5] Introduce -display argument, Jes . Sorensen, 2011/03/14
- [Qemu-devel] [PATCH 5/5] Make VNC support optional, Jes . Sorensen, 2011/03/14
- [Qemu-devel] [PATCH 3/5] error message if user specifies SDL cmd line option when SDL is disabled, Jes . Sorensen, 2011/03/14
- [Qemu-devel] [PATCH 4/5] error message if user specifies curses on cmd line when curses is disabled, Jes . Sorensen, 2011/03/14