From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVnrf-0003Hm-LH for qemu-devel@nongnu.org; Fri, 15 Jan 2010 10:13:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVnra-0003D8-JO for qemu-devel@nongnu.org; Fri, 15 Jan 2010 10:13:30 -0500 Received: from [199.232.76.173] (port=43421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVnra-0003Cq-6u for qemu-devel@nongnu.org; Fri, 15 Jan 2010 10:13:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVnrZ-0006qf-8K for qemu-devel@nongnu.org; Fri, 15 Jan 2010 10:13:25 -0500 Message-ID: <4B5085E3.6040605@redhat.com> Date: Fri, 15 Jan 2010 16:12:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] remove dead code from target-i386/exec.h References: <1263542196-12842-1-git-send-email-pbonzini@redhat.com> <1263542196-12842-2-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tristan Gingold Cc: qemu-devel@nongnu.org On 01/15/2010 03:54 PM, Tristan Gingold wrote: > > On Jan 15, 2010, at 8:56 AM, Paolo Bonzini wrote: > >> These are unused since edea5f0 (no need to define global registers in >> cpu-exec.c, 2008-05-10). > > Why not removing env_to_regs and regs_to_env ? That's 2/3 indeed. :-) Paolo