On 7/3/26 09:37, Philippe Mathieu-Daudé wrote:
Hold the per-accelerator AccelGdbConfig in AccelState, set its
single @sstep_flags field inAccelClass::init_machine handlers.

Remove theAccelClass::gdbstub_supported_sstep_flags() getter
and inline the single accel_supported_gdbstub_sstep_flags() call
in gdb_init_gdbserver_state().

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  include/accel/accel-ops.h   |  5 ++---
  include/qemu/accel.h        |  8 --------
  include/system/whpx-all.h   |  1 -
  accel/accel-common.c        | 10 ----------
  accel/hvf/hvf-all.c         |  8 ++------
  accel/kvm/kvm-all.c         | 17 ++---------------
  accel/tcg/tcg-all.c         | 27 +++++++++++----------------
  accel/whpx/whpx-common.c    |  1 -
  gdbstub/gdbstub.c           |  2 +-
  target/arm/whpx/whpx-all.c  |  5 -----
  target/i386/whpx/whpx-all.c |  7 ++-----
  11 files changed, 20 insertions(+), 71 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to