On Thu, Jul 03, 2025 at 07:32:42PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:42 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 36/39] accel: Pass AccelState argument to > gdbstub_supported_sstep_flags() > X-Mailer: git-send-email 2.49.0 > > 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> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/qemu/accel.h | 2 +- > accel/accel-common.c | 2 +- > accel/hvf/hvf-all.c | 2 +- > accel/kvm/kvm-all.c | 2 +- > accel/tcg/tcg-all.c | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-)
Make sense. I think then MachineClass can also be similarly cleaned up. Reviewed-by: Zhao Liu <zhao1....@intel.com>