From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOK7t-0000D1-CC for qemu-devel@nongnu.org; Mon, 14 Jun 2010 20:35:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOK7s-0007bd-8j for qemu-devel@nongnu.org; Mon, 14 Jun 2010 20:35:37 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:41047) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOK7s-0007bT-4L for qemu-devel@nongnu.org; Mon, 14 Jun 2010 20:35:36 -0400 Received: by pxi7 with SMTP id 7so2320959pxi.4 for ; Mon, 14 Jun 2010 17:35:34 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 14 Jun 2010 17:35:26 -0700 Message-Id: <1276562128-604-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/2] S390 TCG Port, version 4 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net As requested, all of the s390 patches have been squashed. r~ Richard Henderson (2): tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. tcg-s390: New TCG Target. configure | 2 + def-helper.h | 38 +- target-i386/ops_sse_header.h | 3 + target-ppc/helper.h | 1 + tcg/ppc64/tcg-target.h | 1 + tcg/s390/tcg-target.c | 2281 +++++++++++++++++++++++++++++++++++++++++- tcg/s390/tcg-target.h | 58 +- tcg/sparc/tcg-target.h | 4 + tcg/tcg-op.h | 139 +++- tcg/tcg.c | 41 +- 10 files changed, 2484 insertions(+), 84 deletions(-)