From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv9Z8-0005ig-Lu for qemu-devel@nongnu.org; Wed, 20 May 2015 15:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv9Z5-0004N1-9Z for qemu-devel@nongnu.org; Wed, 20 May 2015 15:22:06 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:33419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv9Z5-0004Mx-4Y for qemu-devel@nongnu.org; Wed, 20 May 2015 15:22:03 -0400 Received: by qgfa63 with SMTP id a63so9079243qgf.0 for ; Wed, 20 May 2015 12:22:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <555CDED7.3040304@twiddle.net> Date: Wed, 20 May 2015 12:21:59 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1432022374-10496-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1432022374-10496-1-git-send-email-pbonzini@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 , qemu-devel@nongnu.org Cc: agraf@suse.de 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? r~