qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL v2 20/20] trace: Add missing execution mode of guest


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL v2 20/20] trace: Add missing execution mode of guest events
Date: Wed, 12 Oct 2016 10:47:38 +0200

From: Lluís Vilanova <address@hidden>

Add missing execution mode documentation for the 'guest_cpu_enter' and
'guest_cpu_reset' events.

Signed-off-by: Lluís Vilanova <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 trace-events | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/trace-events b/trace-events
index bd2199a..8ecded5 100644
--- a/trace-events
+++ b/trace-events
@@ -129,11 +129,13 @@ memory_region_tb_write(int cpu_index, uint64_t addr, 
uint64_t value, unsigned si
 
 # 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)
 
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]