From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFRsJ-0005Av-Bw for qemu-devel@nongnu.org; Thu, 17 Jan 2008 05:21:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFRsH-00059s-JT for qemu-devel@nongnu.org; Thu, 17 Jan 2008 05:21:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFRsH-00059p-ES for qemu-devel@nongnu.org; Thu, 17 Jan 2008 05:21:29 -0500 Received: from kassel160.server4you.de ([62.75.246.160] helo=csgraf.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFRsH-000846-32 for qemu-devel@nongnu.org; Thu, 17 Jan 2008 05:21:29 -0500 Received: from [10.10.100.38] (charybdis-ext.suse.de [195.135.221.2]) by csgraf.de (Postfix) with ESMTP id 1BADF615F for ; Thu, 17 Jan 2008 11:21:26 +0100 (CET) Message-ID: <478EF89C.60501@csgraf.de> Date: Thu, 17 Jan 2008 07:41:32 +0100 From: Alexander Graf MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4 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 Compiling qemu on gcc4 has been a long standing issue. During the time several approaches came up, each more or less intrusive. I have collected the ones I found to be the cleanest, fixed PowerPC host support with Michael Matz and am sending everything as a patchset now, hoping that someone comments on these patches and they will finally get included. Please test these patches on all platforms you have available. Regards, Alex