From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUAo-0008JG-22 for qemu-devel@nongnu.org; Thu, 21 May 2015 13:22:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvUAj-0002hl-4M for qemu-devel@nongnu.org; Thu, 21 May 2015 13:22:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47957 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUAi-0002hO-Uu for qemu-devel@nongnu.org; Thu, 21 May 2015 13:22:17 -0400 Message-ID: <555E1445.7050302@suse.de> Date: Thu, 21 May 2015 19:22:13 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1432022374-10496-1-git-send-email-pbonzini@redhat.com> <555CDED7.3040304@twiddle.net> <555DD0BC.4060505@redhat.com> In-Reply-To: <555DD0BC.4060505@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tci: do not use CPUArchState in tcg-target.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Richard Henderson , qemu-devel@nongnu.org On 21.05.15 14:34, Paolo Bonzini wrote: > > > On 20/05/2015 21:21, Richard Henderson wrote: >> On 05/19/2015 12:59 AM, Paolo Bonzini wrote: >>> tcg-target.h does not use any QEMU-specific symbols, save for tci's usage >>> of CPUArchState. Pull that up to tcg/tcg.h. >> >> Reviewed-by: Richard Henderson >> >>> This will make it possible to include tcg-target.h in cpu-defs.h. >> >> Why? > > For TCG_TARGET_DISPLACEMENT_BITS. The patch to use it in cpu-defs.h > broke TCI. > > Alex, can you queue this patch too with Richard's R-b? Sure. Thanks, applied to ppc-next. Alex