On 7/15/25 04:40, Philippe Mathieu-Daudé wrote:
Next commit will register tcg_dump_stats() asAccelClass::get_stats
handler. Since we want this handler to be called with the correct
accelerator state, propagate it along.
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
accel/tcg/internal-common.h | 2 +-
accel/tcg/monitor.c | 3 ++-
accel/tcg/tcg-stats.c | 7 +++----
3 files changed, 6 insertions(+), 6 deletions(-)
I suppose you could at the same time rename to tcg_get_stats to match the accel hook. But
either way,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~