qemu-ppc
[Top][All Lists]
Advanced

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

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


From: Lluís Vilanova
Subject: Re: [Qemu-ppc] [PATCHv11/8] trace: Add support for vCPU pointers in trace events
Date: Fri, 16 Oct 2015 17:44:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eduardo Habkost writes:

> 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. :)

Oh! That's exactly what I needed :)


Thanks,
  Lluis

-- 
"And it's much the same thing with knowledge, for whenever you learn
something new, the whole world becomes that much richer."
-- The Princess of Pure Reason, as told by Norton Juster in The Phantom
Tollbooth



reply via email to

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