On 1/23/22 05:24, Peter Maydell wrote:
The ITS currently has no tracepoints; add a minimal set that allows basic monitoring of guest register accesses and reading of commands from the command queue.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/intc/arm_gicv3_its.c | 11 +++++++++++ hw/intc/trace-events | 8 ++++++++ 2 files changed, 19 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~