From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlgvD-00051a-AQ for qemu-devel@nongnu.org; Tue, 04 Nov 2014 11:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xlgv7-0008Qm-Io for qemu-devel@nongnu.org; Tue, 04 Nov 2014 11:25:31 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:61901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlgv7-0008QR-8o for qemu-devel@nongnu.org; Tue, 04 Nov 2014 11:25:25 -0500 Received: by mail-la0-f52.google.com with SMTP id pv20so1160668lab.25 for ; Tue, 04 Nov 2014 08:25:24 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5458FDF0.4040409@redhat.com> Date: Tue, 04 Nov 2014 17:25:20 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1415044877-17300-1-git-send-email-tommusta@gmail.com> <1415044877-17300-3-git-send-email-tommusta@gmail.com> <5458F7A8.30103@redhat.com> In-Reply-To: <5458F7A8.30103@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] target-ppc: Introduce gen_set_cr1_from_fpscr List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: agraf@suse.de On 04/11/2014 16:58, Paolo Bonzini wrote: > What tree are these patches based on? Alex's tree already has a > > commit 15a6b218c221a34b12e81790f427efec3108dce9 > Author: Paolo Bonzini > Date: Thu Aug 28 19:15:07 2014 +0200 > > ppc: rename gen_set_cr6_from_fpscr > > It sets CR1, not CR6 (and the spec agrees). > > Signed-off-by: Paolo Bonzini > Reviewed-by: Tom Musta > Tested-by: Tom Musta > Signed-off-by: Alexander Graf > > that conflicts (semantically) with this. Please take a look at branch tcg-ppc on git://github.com/bonzini/qemu.git. Hardly tested for now, will look more at it tomorrow. Paolo