From: Lluís Vilanova Date: Wed, 5 Oct 2016 12:03:29 +0000 (+0200) Subject: trace: Add missing execution mode of guest events X-Git-Tag: v2.8.0-rc0~84^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5e2b3be82ec7e2ec8fed37da3fb2da469ae7d4b;p=thirdparty%2Fqemu.git trace: Add missing execution mode of guest events Add missing execution mode documentation for the 'guest_cpu_enter' and 'guest_cpu_reset' events. Signed-off-by: Lluís Vilanova Message-id: 147566900921.7708.656450813307396468.stgit@fimbulvetr.bsc.es Signed-off-by: Stefan Hajnoczi --- diff --git a/trace-events b/trace-events index bd2199af32a..8ecded51506 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)