From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lg3ph-0003ZD-88 for qemu-devel@nongnu.org; Sat, 07 Mar 2009 16:13:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lg3pf-0003YC-N2 for qemu-devel@nongnu.org; Sat, 07 Mar 2009 16:13:20 -0500 Received: from [199.232.76.173] (port=54823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lg3pf-0003Y3-El for qemu-devel@nongnu.org; Sat, 07 Mar 2009 16:13:19 -0500 Received: from mail-bw0-f171.google.com ([209.85.218.171]:47769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lg3pf-0001Sv-7T for qemu-devel@nongnu.org; Sat, 07 Mar 2009 16:13:19 -0500 Received: by bwz19 with SMTP id 19so731673bwz.34 for ; Sat, 07 Mar 2009 13:13:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1236452932-31622-1-git-send-email-agraf@suse.de> References: <1236452932-31622-1-git-send-email-agraf@suse.de> Date: Sat, 7 Mar 2009 23:13:17 +0200 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/11] PPC64 Linux bringup patches v4 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 3/7/09, Alexander Graf wrote: > After spending even more time trying to get qemu-system-ppc64 to run Linux, I > get up to userspace now :-). Great! I applied the whole series, thanks. The Uni-n patch left an unused variable, I deleted that. Patch 10 had a line with only white space but quilt caught that. > I also removed the lwsync patch from this patchset, as it only fixed symptoms > and no causes. It would be great if anyone would step up to find out how to > fix that, as it's not a ppc-only problem. No, also Sparc translator eats nops without generating any output. Nops are also somewhat common because of the delay slots and mandatory delays between some instructions. Usually the compiler will put something useful to the delay slot, but not always.