]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: move enums into separate header
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 20 Jun 2024 15:22:10 +0000 (16:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Jun 2024 09:14:17 +0000 (10:14 +0100)
commit5b7d54d4ed7857b8b27fb040c6027ba59e003889
treeeef845c7178f84a97a3a3cb8589d158c715da58d
parentb31bf9f8f72477742615888e78ab07845574e19c
gdbstub: move enums into separate header

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().

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
14 files changed:
accel/hvf/hvf-accel-ops.c
accel/kvm/kvm-all.c
accel/tcg/tcg-accel-ops.c
gdbstub/user.c
include/exec/gdbstub.h
include/gdbstub/enums.h [new file with mode: 0644]
monitor/hmp-cmds.c
system/vl.c
target/arm/hvf/hvf.c
target/arm/hyp_gdbstub.c
target/arm/kvm.c
target/i386/kvm/kvm.c
target/ppc/kvm.c
target/s390x/kvm/kvm.c