From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5HmE-0002aO-4Q for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:19:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5Hm4-0002VG-Tx for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:19:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Hm3-0002TU-TW for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:19:27 -0500 Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5HVU-0005nD-1W for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:02:20 -0500 Received: by wproxy.gmail.com with SMTP id 71so1580074wra for ; Sat, 26 Feb 2005 22:02:18 -0800 (PST) Message-ID: Date: Sun, 27 Feb 2005 00:26:12 -0500 From: Karl Magdsick Subject: Re: [Qemu-devel] PPC FP In-Reply-To: <1109375837.6090.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1109375837.6090.5.camel@localhost.localdomain> Reply-To: Karl Magdsick , 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 Package sizes are computed using FP? I would have hoped u_int64_t. -Karl On Fri, 25 Feb 2005 16:57:17 -0700, Thayne Harbaugh wrote: > 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. > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >