From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvPfz-0008JS-2H for qemu-devel@nongnu.org; Thu, 21 May 2015 08:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvPfv-0005cR-2z for qemu-devel@nongnu.org; Thu, 21 May 2015 08:34:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvPfu-0005c5-Uc for qemu-devel@nongnu.org; Thu, 21 May 2015 08:34:11 -0400 Message-ID: <555DD0BC.4060505@redhat.com> Date: Thu, 21 May 2015 14:34:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1432022374-10496-1-git-send-email-pbonzini@redhat.com> <555CDED7.3040304@twiddle.net> In-Reply-To: <555CDED7.3040304@twiddle.net> 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: Richard Henderson , qemu-devel@nongnu.org Cc: agraf@suse.de 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? Paolo