From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4pjG-0008RW-EI for qemu-devel@nongnu.org; Fri, 25 Feb 2005 19:22:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4pj8-0008QV-Qa for qemu-devel@nongnu.org; Fri, 25 Feb 2005 19:22:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4pj7-0008Dv-OM for qemu-devel@nongnu.org; Fri, 25 Feb 2005 19:22:34 -0500 Received: from [161.58.242.233] (helo=hotwww5.hotwww.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D4pKn-0000Ug-GB for qemu-devel@nongnu.org; Fri, 25 Feb 2005 18:57:25 -0500 From: Thayne Harbaugh Content-Type: text/plain Date: Fri, 25 Feb 2005 16:57:17 -0700 Message-Id: <1109375837.6090.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PPC FP Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jocelyn Mayer Cc: qemu-devel There are some serious problems with the PPC floating point code that was committed a couple of weeks ago. With the patch "apt-get install foo" fails because it thinks it needs many PB (you likely don't recognize the multiplier "P" as peta). Obviously, PB and TB of space is much more than a mingetty package should require. With the floating point patch backed out then everything works fine. I'm still looking for more information as to why things are broken. It appears that it has something to do with the case when ctx.fpu_enabled == 0.