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: Stefan Hajnoczi
Subject: Re: [Qemu-ppc] [PATCHv11/8] trace: Add support for vCPU pointers in trace events
Date: Fri, 16 Oct 2015 11:13:21 +0200
User-agent: Mutt/1.5.24 (2015-08-30)

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?

Stefan



reply via email to

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