From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN3l9-0004Rp-3e for qemu-devel@nongnu.org; Tue, 02 Apr 2013 12:08:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN3l0-00038v-SR for qemu-devel@nongnu.org; Tue, 02 Apr 2013 12:08:30 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53122 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN3l0-00038h-LN for qemu-devel@nongnu.org; Tue, 02 Apr 2013 12:08:22 -0400 Message-ID: <515B0274.5030407@suse.de> Date: Tue, 02 Apr 2013 18:08:20 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1364876610-3933-1-git-send-email-rth@twiddle.net> <515AFA9E.8080004@suse.de> <20130402155426.GH6467@hall.aurel32.net> In-Reply-To: <20130402155426.GH6467@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/27] Modernize tcg/ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: av1474@comtv.ru, qemu-devel@nongnu.org, Richard Henderson On 04/02/2013 05:54 PM, Aurelien Jarno wrote: > On Tue, Apr 02, 2013 at 05:34:54PM +0200, Alexander Graf wrote: >> On 04/02/2013 06:23 AM, Richard Henderson wrote: >>> Changes v2-v3: >>> * Incorporated feedback from Aurelien's review. >>> >>> Tree updated at >>> >>> git://github.com/rth7680/qemu.git tcg-ppc64 >> ppc/ppc64-on-ppc64: >> >> Tested-by: Alexander Graf >> > How have you tested that? I tried to boot x86-64 and mipsel guests in > system mode, and they both fail. The symptoms are slightly different > before and after your patches, but I can't say if it is better or > worse. What is sure is that this TCG target is broken. I ran my usual test suite: http://awardnbg.ath.cx/results/247-alex/clay/job_report.html However, I only ever executed ppc guests on a G5 ppc64 host. Sorry if that wasn't clear from the "ppc/ppc64-on-ppc64" note above. Alex