On 23/5/23 14:49, Alex Bennée wrote:
While these are all in helper functions being designated vcpu events
complicates the removal of the dynamic vcpu state code. TCG plugins
allow you to instrument vcpu_[init|exit|idle].
We rename cpu_reset and make it a normal trace point.
Reviewed-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <[email protected]>
---
hw/core/cpu-common.c | 4 ++--
trace/control-target.c | 1 -
trace/control.c | 2 --
hw/core/trace-events | 3 +++
trace-events | 31 -------------------------------
5 files changed, 5 insertions(+), 36 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>