On 03/16/11 12:46, Peter Maydell wrote:
> On 16 March 2011 11:00, wrote:
>> From: Jes Sorensen
>>
>> 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 forg
On 16 March 2011 11:00, wrote:
> From: Jes Sorensen
>
> 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 '
On 15.03.2011, at 15:07, Peter Maydell wrote:
> On 15 March 2011 12:36, wrote:
>> From: Jes Sorensen
>>
>> 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)
>
>
On 03/15/11 15:51, Anthony Liguori wrote:
>> +} else if (strstart(opts, ",window_close=",&nextopt)) {
>> +opts = nextopt;
>> +if (strstart(opts, "on",&nextopt)) {
>> +no_quit = 0;
>> +} else if (strstart(opts, "off",&ne
On 03/15/11 15:53, Anthony Liguori wrote:
>> -nographic is effectively a convenience shortcut which changes
>> the behaviour of several different devices (display, serial,
>> parallel, at least). It doesn't belong under '-display' from
>> an orthogonality argument, and people who want it because it
On 03/15/2011 09:07 AM, Peter Maydell wrote:
On 15 March 2011 12:36, wrote:
From: Jes Sorensen
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)
So I still think that
On 03/15/2011 07:36 AM, jes.soren...@redhat.com wrote:
From: Jes Sorensen
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)
Signed-off-by: Jes Sorensen
---
qemu-option
On 15 March 2011 12:36, wrote:
> From: Jes Sorensen
>
> 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)
So I still think that we should not be including any new
-d