]> Git Repo - qemu.git/commit
trace: Immediately apply per-vCPU state changes if a vCPU is being created
authorLluís Vilanova <[email protected]>
Tue, 12 Sep 2017 22:50:25 +0000 (01:50 +0300)
committerStefan Hajnoczi <[email protected]>
Fri, 15 Sep 2017 13:25:22 +0000 (14:25 +0100)
commitf99b38fc7c1bdf2dcc5e316478281c35b8c60f79
treec158999275a8d21f30d2e5596daf400d43935542
parent3dabde1128b671f36ac6cb36b97b273139964420
trace: Immediately apply per-vCPU state changes if a vCPU is being created

Right now, function trace_event_set_vcpu_state_dynamic() asynchronously enables
events in the case a vCPU is executing TCG code. If the vCPU is being created
this makes some events like "guest_cpu_enter" to not be traced.

Signed-off-by: Lluís Vilanova <[email protected]>
Reviewed-by: Emilio G. Cota <[email protected]>
Message-id: 150525662577.19850.13767570977540117247[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
trace/control-target.c
This page took 0.020674 seconds and 4 git commands to generate.