From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUZVM-00065G-TM for qemu-devel@nongnu.org; Tue, 25 Oct 2005 20:51:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUZVK-00062A-92 for qemu-devel@nongnu.org; Tue, 25 Oct 2005 20:50:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUZVJ-00061s-Ue for qemu-devel@nongnu.org; Tue, 25 Oct 2005 20:50:58 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUZVK-0000Y0-7O for qemu-devel@nongnu.org; Tue, 25 Oct 2005 20:50:58 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j9Q0ovRV020060 for ; Tue, 25 Oct 2005 20:50:57 -0400 (EDT) Date: Tue, 25 Oct 2005 20:50:49 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] qemu 0.7.2 and gcc 4 Message-ID: <20051026005049.GA20683@jbrown.mylinuxbox.org> References: <1130276760.16026.51.camel@zeitgeist> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1130276760.16026.51.camel@zeitgeist> 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 Tue, Oct 25, 2005 at 11:46:00PM +0200, Leonard paniq Ritter wrote: > as most of you might already be aware, qemu 0.7.2 doesnt compile with > gcc 4. > > is there a patch available? > > -- > -- leonard "paniq" ritter > -- http://www.mjoo.org > -- http://www.paniq.org > Yes, but I caution you before using it. You shouldn't use the patch unless you know what you are doing, and why you have to do it. Also keep in mind that even with the patch, qemu doesn't always compile. x86 guests on x86 hosts don't work because of another bug that causes gcc to run out of registers, so it still won't compile. x86 guests on x86_64 hosts (e.g. amd64 cpus running in 64bit mode) do work, though, and I'd imagine that x86 guests on ppc hosts work as well. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.