From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWYam-0004iG-LK for qemu-devel@nongnu.org; Sat, 05 Jun 2004 06:40:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWYak-0004hE-EB for qemu-devel@nongnu.org; Sat, 05 Jun 2004 06:39:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWYak-0004h4-Bi for qemu-devel@nongnu.org; Sat, 05 Jun 2004 06:39:58 -0400 Received: from [193.252.22.25] (helo=mwinf0604.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWYaG-00087u-7t for qemu-devel@nongnu.org; Sat, 05 Jun 2004 06:39:28 -0400 Received: from bellard.org (ATuileries-112-1-2-44.w80-14.abo.wanadoo.fr [80.14.188.44]) by mwinf0604.wanadoo.fr (SMTP Server) with ESMTP id 751CE28000A7 for ; Sat, 5 Jun 2004 12:39:27 +0200 (CEST) Message-ID: <40C1A372.4020402@bellard.org> Date: Sat, 05 Jun 2004 12:41:54 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Cirrus VGA 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, The initial version of the Cirrus VGA support is now commited. It is currently not enabled as they are some pending issues to solve. gcc 3.x is required to compile it as I use the anonymous structure extension of gcc to ease the merge. During the merge, I modified the VGA emulation so that it is easier to add new VGA compatible cards. Fabrice.