diff mbox

trace: Add missing execution mode of guest events

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

Commit Message

Lluís Vilanova Oct. 5, 2016, 12:03 p.m. UTC
Add missing execution mode documentation for the 'guest_cpu_enter' and
'guest_cpu_reset' events.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---
 trace-events |    2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Hajnoczi Oct. 6, 2016, 8:52 a.m. UTC | #1
On Wed, Oct 05, 2016 at 02:03:29PM +0200, Lluís Vilanova wrote:
> Add missing execution mode documentation for the 'guest_cpu_enter' and
> 'guest_cpu_reset' events.
> 
> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
> ---
>  trace-events |    2 ++
>  1 file changed, 2 insertions(+)

Thanks, applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing

Stefan
diff mbox

Patch

diff --git a/trace-events b/trace-events
index 1a4e092..6764124 100644
--- a/trace-events
+++ b/trace-events
@@ -145,11 +145,13 @@  colo_filter_rewriter_conn_offset(uint32_t offset) ": offset=%u\n"
 
 # Hot-plug a new virtual (guest) CPU
 #
+# Mode: user, softmmu
 # Targets: all
 vcpu guest_cpu_enter(void)
 
 # Reset the state of a virtual (guest) CPU
 #
+# Mode: user, softmmu
 # Targets: all
 vcpu guest_cpu_reset(void)