From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlfYk-0007fI-5X for qemu-devel@nongnu.org; Tue, 15 Apr 2008 03:26:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlfYh-0007f2-Op for qemu-devel@nongnu.org; Tue, 15 Apr 2008 03:26:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlfYh-0007ez-Hl for qemu-devel@nongnu.org; Tue, 15 Apr 2008 03:26:27 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JlfYg-0006Gx-8n for qemu-devel@nongnu.org; Tue, 15 Apr 2008 03:26:26 -0400 Received: from smtp3-g19.free.fr ([212.27.42.29]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JlfYd-0007DG-Lp for qemu-devel@nongnu.org; Tue, 15 Apr 2008 03:26:25 -0400 Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 020DB17B547 for ; Tue, 15 Apr 2008 09:26:23 +0200 (CEST) Received: from [127.0.0.1] (rob92-10-88-171-126-33.fbx.proxad.net [88.171.126.33]) by smtp3-g19.free.fr (Postfix) with ESMTP id CBA4217B534 for ; Tue, 15 Apr 2008 09:26:22 +0200 (CEST) Message-ID: <4804589A.6040300@reactos.org> Date: Tue, 15 Apr 2008 09:26:18 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: -vga switch References: <027a01c89e6f$a103d300$0201a8c0@zeug> In-Reply-To: <027a01c89e6f$a103d300$0201a8c0@zeug> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Sebastian Herbszt a =E9crit : >> I'm just throwing this out here to see if anyone else is interested in= =20 >> this idea: There seems to be different arguments to set up a display=20 >> adaptor for a virtual machine. Why not set it up so that you can have= =20 >> a central way of doing it, such as a -vga argument. For instance,=20 >> -vga vmware would use the vmware VGA adaptor, and -vga standard would=20 >> use the standard VGA adaptor, and so on. >=20 > You mean something like this? >=20 [snip] > I would better name it -display, as not all computers have=20 VGA-compatible cards. Herv=E9