* [Qemu-devel] [PATCH] trace: Add missing execution mode of guest events
@ 2016-10-05 12:03 Lluís Vilanova
2016-10-06 8:52 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Lluís Vilanova @ 2016-10-05 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefan Hajnoczi
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(+)
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] trace: Add missing execution mode of guest events
2016-10-05 12:03 [Qemu-devel] [PATCH] trace: Add missing execution mode of guest events Lluís Vilanova
@ 2016-10-06 8:52 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2016-10-06 8:52 UTC (permalink / raw)
To: Lluís Vilanova; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-06 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05 12:03 [Qemu-devel] [PATCH] trace: Add missing execution mode of guest events Lluís Vilanova
2016-10-06 8:52 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).