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 1BHqRV-0001rW-Rc for qemu-devel@nongnu.org; Sun, 25 Apr 2004 16:41:37 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHqQK-0000uo-Bo for qemu-devel@nongnu.org; Sun, 25 Apr 2004 16:40:56 -0400 Received: from [194.109.24.7] (helo=smtp-out6.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHqPx-00007T-HU for qemu-devel@nongnu.org; Sun, 25 Apr 2004 16:40:01 -0400 Received: from olifantasia.com (a213-84-8-196.adsl.xs4all.nl [213.84.8.196]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3PKdxEg076832 for ; Sun, 25 Apr 2004 22:40:00 +0200 (CEST) Message-ID: <408C2293.4030106@olifantasia.com> Date: Sun, 25 Apr 2004 22:41:55 +0200 From: Martin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] S3 VGA is deprecated - another graphic card will be emulated. Which one? 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 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. Greetings, Martin