From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlgwN-0006qH-K2 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 11:26:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlgwI-0000Ca-NA for qemu-devel@nongnu.org; Tue, 04 Nov 2014 11:26:43 -0500 Message-ID: <5458FE2D.3070306@redhat.com> Date: Tue, 04 Nov 2014 17:26:21 +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> <1F5CD48C-0928-48ED-AA14-E7FD375A2D37@suse.de> In-Reply-To: <1F5CD48C-0928-48ED-AA14-E7FD375A2D37@suse.de> 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: Alexander Graf Cc: Tom Musta , "qemu-ppc@nongnu.org" , "qemu-devel@nongnu.org" On 04/11/2014 17:16, Alexander Graf wrote: >> Am 04.11.2014 um 16:58 schrieb Paolo Bonzini : >> >> 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. > > Phew, I can also take that patch off my queue again and apply Paolo's v3 in one go if that makes life easier for everyone again ;). It shouldn't be hard to keep that patch. Paolo