TCG patches accumulated over the last 2 weeks. Please pull.
r~ The following changes since commit e00fcfeab3d452cba3d0a08991a39ab15df66424: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140602.0' into staging (2014-06-03 14:37:43 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-next for you to fetch changes up to e3eb9806c70c7315336b5e310a841c8f381dacea: TCG: Fix tcg_gen_extr_i64_tl for 32bit (2014-06-04 14:11:45 -0700) ---------------------------------------------------------------- Alexander Graf (1): TCG: Fix tcg_gen_extr_i64_tl for 32bit 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-op.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 ++++++++++++++++++++++++++--------------------- 17 files changed, 237 insertions(+), 428 deletions(-)