]> git.proxmox.com Git - mirror_qemu.git/commit
trace: Add per-vCPU tracing states for events with the 'vcpu' property
authorLluís Vilanova <vilanova@ac.upc.edu>
Mon, 11 Jul 2016 10:53:41 +0000 (12:53 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 18 Jul 2016 17:23:12 +0000 (18:23 +0100)
commit4815185902971c41fcdd700fa1fc3e1d9299900f
treefcdcdbb543e1ea9828e4e8820368675692f761f3
parente1d6e0a4c0e23b30501b887211f1fa6e0eb799a3
trace: Add per-vCPU tracing states for events with the 'vcpu' property

Each vCPU gets a 'trace_dstate' bitmap to control the per-vCPU dynamic
tracing state of events with the 'vcpu' property.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
13 files changed:
bsd-user/main.c
include/qom/cpu.h
linux-user/main.c
qom/cpu.c
stubs/Makefile.objs
stubs/trace-control.c [new file with mode: 0644]
trace/Makefile.objs
trace/control-internal.h
trace/control-target.c [new file with mode: 0644]
trace/control.c
trace/control.h
translate-all.h
vl.c