On 6/12/24 08:35, Alex Bennée wrote:
This is an experiment to further reduce the amount we throw into the
exec headers. It might not be as useful as I initially thought because
just under half of the users also need gdbserver_start().

Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
  include/exec/gdbstub.h    |  9 ---------
  include/gdbstub/enums.h   | 21 +++++++++++++++++++++
  accel/hvf/hvf-accel-ops.c |  2 +-
  accel/kvm/kvm-all.c       |  2 +-
  accel/tcg/tcg-accel-ops.c |  2 +-
  gdbstub/user.c            |  1 +
  monitor/hmp-cmds.c        |  3 ++-
  system/vl.c               |  1 +
  target/arm/hvf/hvf.c      |  2 +-
  target/arm/hyp_gdbstub.c  |  2 +-
  target/arm/kvm.c          |  2 +-
  target/i386/kvm/kvm.c     |  2 +-
  target/ppc/kvm.c          |  2 +-
  target/s390x/kvm/kvm.c    |  2 +-
  14 files changed, 34 insertions(+), 19 deletions(-)
  create mode 100644 include/gdbstub/enums.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to