From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn14u-0006R2-P0 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 05:13:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn14r-0000dE-Fp for qemu-devel@nongnu.org; Fri, 16 Oct 2015 05:13:32 -0400 Date: Fri, 16 Oct 2015 11:13:21 +0200 From: Stefan Hajnoczi Message-ID: <20151016091321.GE7432@stefanha-thinkpad.redhat.com> References: <20151013171020.21325.27626.stgit@localhost> <20151013171027.21325.24023.stgit@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20151013171027.21325.24023.stgit@localhost> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCHv11/8] trace: Add support for vCPU pointers in trace events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: Peter Maydell , Guan Xuetao , Eduardo Habkost , Stefan Hajnoczi , Anthony Green , Mark Cave-Ayland , qemu-devel@nongnu.org, Alexander Graf , Jia Liu , Blue Swirl , Max Filippov , Michael Walle , "open list:PowerPC" , "Edgar E. Iglesias" , Paolo Bonzini , Bastian Koppelmann , Leon Alrae , Aurelien Jarno , Richard Henderson On Tue, Oct 13, 2015 at 07:10:27PM +0200, Llu=EDs Vilanova wrote: > diff --git a/trace/control.h b/trace/control.h > index da9bb6b..1a78a7b 100644 > --- a/trace/control.h > +++ b/trace/control.h > @@ -1,7 +1,7 @@ > /* > * Interface for configuring and controlling the state of tracing even= ts. > * > - * Copyright (C) 2011-2014 Llu=EDs Vilanova > + * Copyright (C) 2011-2015 Llu=EDs Vilanova > * > * This work is licensed under the terms of the GNU GPL, version 2 or = later. > * See the COPYING file in the top-level directory. > @@ -14,6 +14,9 @@ > #include "trace/generated-events.h" > =20 > =20 > +typedef struct CPUState CPUState; > + > + Wat? :) Isn't there any other place to put this typedef? Stefan