From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsIXz-0003Ct-0n for qemu-devel@nongnu.org; Wed, 04 Jun 2014 17:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsIXt-00007l-Fp for qemu-devel@nongnu.org; Wed, 04 Jun 2014 17:16:34 -0400 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:41742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsIXt-00007f-CT for qemu-devel@nongnu.org; Wed, 04 Jun 2014 17:16:29 -0400 Received: by mail-qg0-f46.google.com with SMTP id q108so148549qgd.19 for ; Wed, 04 Jun 2014 14:16:29 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 4 Jun 2014 14:15:47 -0700 Message-Id: <1401916551-4999-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/4] tcg patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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(-)