From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVh2z-0008N4-Tg for qemu-devel@nongnu.org; Fri, 15 Jan 2010 02:56:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVh2v-0008ML-EC for qemu-devel@nongnu.org; Fri, 15 Jan 2010 02:56:45 -0500 Received: from [199.232.76.173] (port=39500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVh2v-0008MH-AD for qemu-devel@nongnu.org; Fri, 15 Jan 2010 02:56:41 -0500 Received: from mx20.gnu.org ([199.232.41.8]:3110) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVh2u-0005Wx-LZ for qemu-devel@nongnu.org; Fri, 15 Jan 2010 02:56:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVh2t-0002NX-Sr for qemu-devel@nongnu.org; Fri, 15 Jan 2010 02:56:40 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0F7uc64015361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jan 2010 02:56:38 -0500 Received: from localhost.localdomain (vpn1-4-51.ams2.redhat.com [10.36.4.51]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0F7ubQG021725 for ; Fri, 15 Jan 2010 02:56:37 -0500 From: Paolo Bonzini Date: Fri, 15 Jan 2010 08:56:33 +0100 Message-Id: <1263542196-12842-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] cleanup cpu_exec 1/n List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org For now, just some removal of dead code (empty inline functions). Paolo Bonzini (3): remove dead code from target-i386/exec.h kill regs_to_env and env_to_regs fix wrong indentation cpu-exec.c | 13 +---------- target-alpha/exec.h | 8 ------ target-arm/exec.h | 8 ------ target-cris/exec.h | 8 ------ target-i386/exec.h | 56 ---------------------------------------------- target-m68k/exec.h | 8 ------ target-microblaze/exec.h | 8 ------ target-mips/exec.h | 8 ------ target-ppc/exec.h | 8 ------ target-s390x/exec.h | 8 ------ target-sh4/exec.h | 10 -------- target-sparc/exec.h | 8 ------ 12 files changed, 1 insertions(+), 150 deletions(-)