qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] tcg patch queue


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/3] tcg patch queue
Date: Fri, 30 May 2014 13:21:01 -0700

First two have been posted before; the last is the final
conversion from "old" to "new" ldst opcodes.


r~


Richard Henderson (3):
  tcg-i386: Fix win64 qemu store
  tci: Convert to new ldst opcodes
  tcg: Remove TCG_TARGET_HAS_new_ldst

 tcg/aarch64/tcg-target.h |   2 -
 tcg/arm/tcg-target.h     |   2 -
 tcg/i386/tcg-target.c    |   3 +-
 tcg/i386/tcg-target.h    |   2 -
 tcg/ia64/tcg-target.h    |   2 -
 tcg/mips/tcg-target.h    |   2 -
 tcg/optimize.c           |   5 -
 tcg/ppc/tcg-target.h     |   2 -
 tcg/ppc64/tcg-target.h   |   2 -
 tcg/s390/tcg-target.h    |   2 -
 tcg/sparc/tcg-target.h   |   2 -
 tcg/tcg-opc.h            | 114 +++--------------
 tcg/tcg.c                | 123 +++---------------
 tcg/tci/tcg-target.c     |  76 +++++------
 tcg/tci/tcg-target.h     |   2 -
 tci.c                    | 322 ++++++++++++++++++++++++++---------------------
 16 files changed, 236 insertions(+), 427 deletions(-)

-- 
1.9.3




reply via email to

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