From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjVol-0007eH-Ha for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjVoi-0005uD-Rq for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:33:03 -0400 Sender: Richard Henderson Message-ID: <51ACA90A.2020607@twiddle.net> Date: Mon, 03 Jun 2013 07:32:42 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20130602222452.1b0fdbd1@kryten> <20130602222939.05c513a3@kryten> In-Reply-To: <20130602222939.05c513a3@kryten> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] tcg-ppc64: Fix add2_i64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Blanchard Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, agraf@suse.de, aurelien@aurel32.net, david@gibson.dropbear.id.au On 06/02/2013 05:29 AM, Anton Blanchard wrote: > add2_i64 was adding the lower double word to the upper double word > of each input. Fix this so we add the lower double words, then the > upper double words with carry propagation. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Anton Blanchard Reviewed-by: Richard Henderson r~