From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHr0r-0000fq-0i for qemu-devel@nongnu.org; Sun, 25 Apr 2004 17:18:09 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHr0G-0000V2-Vg for qemu-devel@nongnu.org; Sun, 25 Apr 2004 17:18:04 -0400 Received: from [193.252.22.22] (helo=mwinf0903.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHr0G-0000Uw-Np for qemu-devel@nongnu.org; Sun, 25 Apr 2004 17:17:32 -0400 Received: from bellard.org (ATuileries-112-1-2-230.w80-14.abo.wanadoo.fr [80.14.188.230]) by mwinf0903.wanadoo.fr (SMTP Server) with ESMTP id 0667618000A1 for ; Sun, 25 Apr 2004 23:17:32 +0200 (CEST) Message-ID: <408C2B69.6020006@bellard.org> Date: Sun, 25 Apr 2004 23:19:37 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] S3 VGA is deprecated - another graphic card will be emulated. Which one? References: <408C2293.4030106@olifantasia.com> In-Reply-To: <408C2293.4030106@olifantasia.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Martin wrote: > Hi all, > I found in lates cvs hw/vga.c "S3 VGA is deprecated - another graphic > card will be emulated" > and #define CONFIG_S3VGA is commeted out. > I am curious, what card will be emulated? > The good thing about emulating a S3 was that it is one of the three most > used graphic cards on rs6000 powerpc prep hardware (the ibm GXT110P pci > graphics card is a S3 card). So emulating this would mean emulating > quite accurately real prep hardware. > The other cards used on real rs6000 prep hardware are mostly matrox > based (similar to G200) or IBM proprietary. > So I am curious what the plans are for vga. The current target is an SiS PCI VGA card. Fabrice.