On 6/20/25 10:13, Philippe Mathieu-Daudé wrote:
In order to have AccelClass methods instrospect their state, we need to pass AccelState by argument.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/qemu/accel.h | 2 +- accel/accel-common.c | 2 +- accel/hvf/hvf-accel-ops.c | 2 +- accel/kvm/kvm-all.c | 2 +- accel/tcg/tcg-all.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~