diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2016-09-19 14:55:13 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-09-28 19:17:55 +0100 |
commit | b9d72215248789abdd1e2bfce746eff2eddd67fc (patch) | |
tree | 422c873a96718bdbea879adb887e2d83e6b29144 /trace-events | |
parent | 2bfe11c8fac96db4f94abbe818fbc964a6744130 (diff) | |
download | qemu-b9d72215248789abdd1e2bfce746eff2eddd67fc.tar.gz qemu-b9d72215248789abdd1e2bfce746eff2eddd67fc.tar.bz2 qemu-b9d72215248789abdd1e2bfce746eff2eddd67fc.zip |
trace: Add event "guest_cpu_enter"
Signals the hot-plugging of a new virtual (guest) CPU.
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 147428971313.15111.18023030883528426840.stgit@fimbulvetr.bsc.es
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trace-events b/trace-events index a45dc562a0..0492c960db 100644 --- a/trace-events +++ b/trace-events @@ -140,6 +140,14 @@ colo_filter_rewriter_conn_offset(uint32_t offset) ": offset=%u\n" ### Guest events, keep at bottom + +## vCPU + +# Hot-plug a new virtual (guest) CPU +# +# Targets: all +vcpu guest_cpu_enter(void) + # @vaddr: Access' virtual address. # @info : Access' information (see below). # |