qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv11/8] trace: Add support for vCPU pointers in tr


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCHv11/8] trace: Add support for vCPU pointers in trace events
Date: Fri, 16 Oct 2015 12:12:25 -0300
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Oct 16, 2015 at 11:13:21AM +0200, Stefan Hajnoczi wrote:
> On Tue, Oct 13, 2015 at 07:10:27PM +0200, Lluís 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 events.
> >   *
> > - * Copyright (C) 2011-2014 Lluís Vilanova <address@hidden>
> > + * Copyright (C) 2011-2015 Lluís Vilanova <address@hidden>
> >   *
> >   * 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"
> >  
> >  
> > +typedef struct CPUState CPUState;
> > +
> > +
> 
> Wat? :)
> 
> Isn't there any other place to put this typedef?

I believe you mean include/qemu/typedefs.h. :)

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]