diff mbox

[v7,1/9] series: Generic event state description

Message ID 20121220222842.22564.53393.stgit@fimbulvetr.bsc.es
State New
Headers show

Commit Message

Lluís Vilanova Dec. 20, 2012, 10:28 p.m. UTC
---
 covers/generic-events |   57 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
 create mode 100644 covers/generic-events

Comments

Lluís Vilanova Dec. 20, 2012, 10:34 p.m. UTC | #1
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 <vilanova@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 <stefanha@gmail.com>
> +Cc: Blue Swirl <blauwirbel@gmail.com>
diff mbox

Patch

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 <vilanova@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 <stefanha@gmail.com>
+Cc: Blue Swirl <blauwirbel@gmail.com>