mbox

[PULL,0/4] Fix ppc64 tcg issues

Message ID 1371491129-30246-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git fix-ppc64

Message

Richard Henderson June 17, 2013, 5:45 p.m. UTC
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(-)

Comments

Anthony Liguori June 17, 2013, 9:17 p.m. UTC | #1
Pulled.  Thanks.

Regards,

Anthony Liguori