From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48425 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzpWo-0004Jp-0T for qemu-devel@nongnu.org; Wed, 16 Mar 2011 08:08:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzpWm-0008Bi-VA for qemu-devel@nongnu.org; Wed, 16 Mar 2011 08:08:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzpWm-0008Be-Lb for qemu-devel@nongnu.org; Wed, 16 Mar 2011 08:08:36 -0400 Message-ID: <4D80A829.4060409@redhat.com> Date: Wed, 16 Mar 2011 13:08:09 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1300273214-19586-1-git-send-email-Jes.Sorensen@redhat.com> <1300273214-19586-3-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/7] Introduce -display argument List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org 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 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. >> +@item 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. >> +@end 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