From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROCVa-0008Hs-NX for qemu-devel@nongnu.org; Wed, 09 Nov 2011 13:04:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROCVZ-0005eG-BE for qemu-devel@nongnu.org; Wed, 09 Nov 2011 13:04:22 -0500 Received: from mail-qy0-f180.google.com ([209.85.216.180]:42351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROCVZ-0005e9-91 for qemu-devel@nongnu.org; Wed, 09 Nov 2011 13:04:21 -0500 Received: by qyl38 with SMTP id 38so2525002qyl.4 for ; Wed, 09 Nov 2011 10:04:20 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Wed, 9 Nov 2011 10:03:32 -0800 Message-Id: <1320861815-14317-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil , Alexander Graf , Blue Swirl , Aurelien Jarno This is the direction in which I believe we should fix the s390 compilation failure. I've cross-compiled --target-list=i386-softmmu for every tcg host to make sure that they all build. The second patch cannot be split into per-host patches, lest it introduce regressions on the way to fixing them. r~ Richard Henderson (3): tcg: Standardize on TCGReg as the enum for hard registers tcg: Use TCGReg for standard tcg-target entry points. tcg-sparc: Fix set-but-not used warnings. tcg/arm/tcg-target.c | 13 +++++++------ tcg/arm/tcg-target.h | 4 ++-- tcg/hppa/tcg-target.c | 12 ++++++------ tcg/hppa/tcg-target.h | 4 ++-- tcg/i386/tcg-target.c | 13 +++++++------ tcg/i386/tcg-target.h | 4 ++-- tcg/ia64/tcg-target.c | 12 ++++++------ tcg/ia64/tcg-target.h | 4 ++-- tcg/mips/tcg-target.c | 13 +++++++------ tcg/mips/tcg-target.h | 4 ++-- tcg/ppc/tcg-target.c | 8 ++++---- tcg/ppc/tcg-target.h | 4 ++-- tcg/ppc64/tcg-target.c | 8 ++++---- tcg/ppc64/tcg-target.h | 4 ++-- tcg/sparc/tcg-target.c | 17 +++++++---------- tcg/sparc/tcg-target.h | 4 ++-- tcg/tcg.c | 8 ++++---- tcg/tci/tcg-target.c | 8 ++++---- tcg/tci/tcg-target.h | 2 +- tci.c | 38 +++++++++++++++++++------------------- 20 files changed, 92 insertions(+), 92 deletions(-) -- 1.7.6.4