From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzUti-0001ZK-0n for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:57:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzUtb-0000S7-2o for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:57:17 -0400 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:33843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzUta-0000S2-TX for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:57:10 -0400 Received: by qcej9 with SMTP id j9so8211488qce.1 for ; Mon, 01 Jun 2015 11:57:10 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CAB02.2080800@twiddle.net> Date: Mon, 01 Jun 2015 11:57:06 -0700 From: Richard Henderson MIME-Version: 1.0 References: <498e8e5325c1a1aff79e5bcfc28cb760ef6b214e.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <498e8e5325c1a1aff79e5bcfc28cb760ef6b214e.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 01/34] cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com, Peter Crosthwaite , pbonzini@redhat.com, afaerber@suse.de, peter.maydell@linaro.org On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > The usages of this define are pure TCG and there is no architecture > specific variation of the value. Localise it to the TCG engine to > remove another architecture agnostic piece from cpu-defs.h. > > This follows on from a28177820a868eafda8fab007561cc19f41941f4 where > temp_buf was moved out of the CPU_COMMON obsoleting the need for > the super early definition. > > Cc: Richard Henderson > Signed-off-by: Peter Crosthwaite > --- > include/exec/cpu-defs.h | 1 - > tcg/tcg.h | 2 ++ > 2 files changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~