From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNGyt-0002io-9O for qemu-devel@nongnu.org; Sun, 17 Apr 2005 17:07:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNGyj-0002dw-6p for qemu-devel@nongnu.org; Sun, 17 Apr 2005 17:06:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNGyi-0002Zw-ND for qemu-devel@nongnu.org; Sun, 17 Apr 2005 17:06:52 -0400 Received: from [195.3.96.91] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DNGua-0008Uu-RI for qemu-devel@nongnu.org; Sun, 17 Apr 2005 17:02:37 -0400 Received: from m1105p001.adsl.highway.telekom.at (HELO s37.loc) ([80.121.10.1]) (envelope-sender ) by smarthub73.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 17 Apr 2005 21:01:10 -0000 Received: from cow by s37.loc with local (Exim 4.50) id 1DNGtD-0005Mr-Rg for qemu-devel@nongnu.org; Sun, 17 Apr 2005 23:01:11 +0200 Date: Sun, 17 Apr 2005 23:01:11 +0200 From: Bernhard Fischer Subject: Re: [Qemu-devel] compiler error in CONFIG_S3VGA Message-ID: <20050417210111.GG15688@aon.at> References: <20050417185200.GF15688@aon.at> <4262B994.6010807@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4262B994.6010807@bellard.org> 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 On Sun, Apr 17, 2005 at 09:31:32PM +0200, Fabrice Bellard wrote: >In fact the real fix is to delete the S3VGA stuff - it has never worked >and I have no plan to support it. Moveover, a correct implementation >would be made in another driver as the cirrus_vga driver. Also remove the DEBUG_TB_CHECK path, which gives me errors at link-time (page_get_flags) if CONFIG_USER_ONLY is not defined?