qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/3] TCI/TCG patches


From: Stefan Weil
Subject: [Qemu-devel] [PULL 0/3] TCI/TCG patches
Date: Wed, 25 Sep 2013 21:34:50 +0200

The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318:

  Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 
11:53:22 -0500)

are available in the git repository at:


  git://qemu.weilnetz.de/qemu.git tci

for you to fetch changes up to 3df2b8fde949be86d8a78923c992fdd698d4ea4c:

  misc: Use new rotate functions (2013-09-25 21:23:05 +0200)

----------------------------------------------------------------
Stefan Weil (3):
      tci: Add implementation of rotl_i64, rotr_i64
      bitops: Add rotate functions (rol8, ror8, ...)
      misc: Use new rotate functions

 include/qemu/bitops.h      |   80 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 target-arm/iwmmxt_helper.c |    2 +-
 tcg/optimize.c             |   12 ++++--------
 tcg/tci/tcg-target.c       |    1 -
 tci.c                      |   14 +++++++++++---
 5 files changed, 96 insertions(+), 13 deletions(-)

[PULL 1/3] tci: Add implementation of rotl_i64, rotr_i64
[PULL 2/3] bitops: Add rotate functions (rol8, ror8, ...)
[PULL 3/3] misc: Use new rotate functions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]