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 <vilan...@ac.upc.edu>
> +---
> +
> +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: qemu-devel@nongnu.org
> +Cc: Stefan Hajnoczi <stefa...@gmail.com>
> +Cc: Blue Swirl <blauwir...@gmail.com>



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