From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbRfB-0002rw-G5 for qemu-devel@nongnu.org; Thu, 22 Nov 2012 02:57:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbRfA-0007Aa-IE for qemu-devel@nongnu.org; Thu, 22 Nov 2012 02:57:33 -0500 Date: Thu, 22 Nov 2012 08:57:29 +0100 From: Stefan Hajnoczi Message-ID: <20121122075729.GB7598@stefanha-thinkpad.redhat.com> References: <1351805797-31899-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351805797-31899-1-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/3] trivial: Remove some pre-TCG CPUArchState members List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Nov 02, 2012 at 08:36:34AM +1100, Richard Henderson wrote: > Best I can figure, these temporaries were used by the dyngen > code generator, last seen in qemu 0.9.0. Certainly there are > no references to these members remaining. > > Built x86_64 and i686 hosts. > > > r~ > > > Richard Henderson (3): > target-alpha: Remove t0, t1 from CPUAlphaState > target-m68k: Remove t1 from CPUM68KState > target-sparc: Remove t0, t1 from CPUSPARCState > > target-alpha/cpu.h | 7 ------- > target-m68k/cpu.h | 3 --- > target-sparc/cpu.h | 1 - > 3 files changed, 11 deletions(-) > > -- > 1.7.11.7 > > Sorry I missed your pull request. Thanks, applied to the trivial patches tree and should get in once the 1.4 merge window opens: https://github.com/stefanha/qemu/commits/trivial-patches Stefan