qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v5 10/14] trace: Provide a per-event status


From: Lluís Vilanova
Subject: Re: [Qemu-devel] [RFC PATCH v5 10/14] trace: Provide a per-event status define for conditional compilation
Date: Mon, 12 Mar 2012 16:25:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Harsh Prateek Bora writes:
> diff --git a/docs/tracing.txt b/docs/tracing.txt
> index 95ca16c..ab9048c 100644
> --- a/docs/tracing.txt
> +++ b/docs/tracing.txt
> @@ -39,12 +39,12 @@ generate code for the trace events.  Trace events are 
> invoked directly from
>  source code like this:
 
>      #include "trace.h"  /* needed for trace event prototype */
> -    
> +
>      void *qemu_vmalloc(size_t size)
>      {
>          void *ptr;
>          size_t align = QEMU_VMALLOC_ALIGN;
> -     
> +
>          if (size < align) {
>              align = getpagesize();
>          }

This was not present in my original patch, and will break the display of the
example when pasted into the wiki.


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]