qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 1/9] series: Generic event state description


From: Lluís Vilanova
Subject: Re: [Qemu-devel] [PATCH v7 1/9] series: Generic event state description
Date: Thu, 20 Dec 2012 23:34:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Please disregard this thread and see next one (also v7).

Lluis


Lluís Vilanova writes:

> ---
>  covers/generic-events |   57 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 57 insertions(+)
>  create mode 100644 covers/generic-events

> diff --git a/covers/generic-events b/covers/generic-events
> new file mode 100644
> index 0000000..ab61bc5
> --- /dev/null
> +++ b/covers/generic-events
> @@ -0,0 +1,57 @@
> +From: %(sender)s
> +Subject: [%(prefix)sPATCH%(version)s%(number)s] trace: Generic event state 
> description
> +
> +Provides a generic event state description structure (TraceEvent) and a more
> +detailed event control and query interface.
> +
> +This is achieved by creating a new "non-public" tracing backend (i.e., not
> +selectable by the user at configure time) that will generate the appropriate
> +event description information.
> +
> +Signed-off-by: Lluís Vilanova <address@hidden>
> +---
> +
> +Changes in v7:
> +
> +* Rebase on a8a826a from master.
> +* Moved compilation & code generation for "trace/" into a separate makefile.
> +* Renamed targets and moved rules according to the new makefile structure.
> +
> +Changes in v6:
> +
> +* Fixed typos in the documentation of the 'TraceEvent' struct.
> +
> +Changes in v5:
> +
> +* Rebase on dbaf26b3 from master.
> +* Always initialize temporary 'ev' in 'trace_backend_init_events'.
> +* Make common sanity checks in 'trace_event_set_state_dynamic' and delay
> +  backend-specific code to 'trace_event_set_state_dynamic_backend'.
> +
> +Changes in v4:
> +
> +* Documentation fixes and (re)formatting.
> +
> +Changes in v3:
> +
> +* Add some assertions.
> +
> +* Remove debugging printf's.
> +
> +* Improve documentation.
> +
> +* Make 'trace_event_get_state_static' use run-time information, and leave
> +  TRACE_*_ENABLED for compile-time checks.
> +
> +
> +Changes in v2:
> +
> +* Minor compilation fixes.
> +
> +
> +%(shortlog)s
> +%(diffstat)s
> +
> +To: address@hidden
> +Cc: Stefan Hajnoczi <address@hidden>
> +Cc: Blue Swirl <address@hidden>



-- 
 "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]