From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeRti-0008Pa-WC for qemu-devel@nongnu.org; Tue, 03 Mar 2009 05:30:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeRti-0008PE-AN for qemu-devel@nongnu.org; Tue, 03 Mar 2009 05:30:50 -0500 Received: from [199.232.76.173] (port=60790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeRth-0008P9-S5 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 05:30:50 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:49696) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeRth-0001MY-H7 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 05:30:49 -0500 Received: by fg-out-1718.google.com with SMTP id e21so54470fga.8 for ; Tue, 03 Mar 2009 02:30:47 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <686A9399-5553-47EB-9057-55F39EC9E47C@suse.de> References: <1236013674-28082-1-git-send-email-agraf@suse.de> <1236013674-28082-2-git-send-email-agraf@suse.de> <761ea48b0903021445r3dd81ad6xec46e1919ed9e5a0@mail.gmail.com> <686A9399-5553-47EB-9057-55F39EC9E47C@suse.de> Date: Tue, 3 Mar 2009 11:30:45 +0100 Message-ID: <761ea48b0903030230k3d94bdf7mc425d6887798985d@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 1/3] PPC: Circumvent overflow in mtcrf From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "qemu-devel@nongnu.org" On Tue, Mar 3, 2009 at 11:26 AM, Alexander Graf wrote: > I think malc fixed that one just before you hit the send button :-). He did :-) > I've been running over other incorrectnesses while trying to get Linux > working (now unpacks the initrd and panics in pmz init). Do you have a good > link to the current isa so I can check which bits should be what? Look here: http://www.power.org/resources/downloads/ And remember the odd bit numbering scheme... Laurent