From patchwork Mon Jun 17 17:45:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 252017 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D0FFC2C0087 for ; Tue, 18 Jun 2013 03:46:40 +1000 (EST) Received: from localhost ([::1]:50168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UodVm-0006pt-W0 for incoming@patchwork.ozlabs.org; Mon, 17 Jun 2013 13:46:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UodVF-0006iO-SY for qemu-devel@nongnu.org; Mon, 17 Jun 2013 13:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UodVA-0003sP-SY for qemu-devel@nongnu.org; Mon, 17 Jun 2013 13:46:05 -0400 Received: from mail-yh0-x22a.google.com ([2607:f8b0:4002:c01::22a]:48863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UodVA-0003sC-PD for qemu-devel@nongnu.org; Mon, 17 Jun 2013 13:46:00 -0400 Received: by mail-yh0-f42.google.com with SMTP id c41so1139013yho.15 for ; Mon, 17 Jun 2013 10:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=PyCk53LIytq1K+QfO+Di8/HNkLFKNtFdox5DoiWi8Fc=; b=aeYXo2+N80mhCuVVqESQVE56IcSHwKgQpMlW4+VvfQev/9QM1n7Xgudq6crFJa9awF xACrAe4TAblqohsXE7VfHfYmN5t1Nccz/T3m2UobN0HNSPDAa2ZpR1qjMM+Mpneju5cU iCsefVDjzOH9c9zGTA5N7Dwhi4PZY8GQ/xZ5L1zNU9f+pv5yhhpEZbzsPfSxi1Puwm5n xGSTJyjpy2NsoYIN2R02HeaPGc501qNXITtBrvWh5KYz6XkvOqnc2Mn4MP4VFzW//wsa A44IXNSuZN+8thzsbOXgg42WbzqVZ12mB4MNSzXTolltGIvPsazcQW8G1vHEpmxTXwPD ay1w== X-Received: by 10.236.207.199 with SMTP id n47mr8514951yho.36.1371491160260; Mon, 17 Jun 2013 10:46:00 -0700 (PDT) Received: from anchor.com (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id g39sm25692426yhb.13.2013.06.17.10.45.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 17 Jun 2013 10:45:59 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Mon, 17 Jun 2013 10:45:25 -0700 Message-Id: <1371491129-30246-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.8.1.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22a Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 0/4] Fix ppc64 tcg issues X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Patches from Anton, with the revised patch 1 as posted to the list. Reviewed by me and IMO ready for merge. r~ The following changes since commit 38aea177d93556aada7c4c7aa530f0050715e293: Merge remote-tracking branch 'pmaydell/configury.next' into staging (2013-06-17 08:57:57 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git fix-ppc64 for you to fetch changes up to d1bdd3af49f227dd4a4b03b90cb020c55cbed440: tcg-ppc64: rotr_i32 rotates wrong amount (2013-06-17 10:42:16 -0700) ---------------------------------------------------------------- Anton Blanchard (4): tcg-ppc64: Fix RLDCL opcode tcg-ppc64: bswap64 rotates output 32 bits tcg-ppc64: Fix add2_i64 tcg-ppc64: rotr_i32 rotates wrong amount tcg/ppc64/tcg-target.c | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-)