You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/gdbstub
Philippe Mathieu-Daudé f7a7e7dd21 accel: Extract AccelClass definition to 'accel/accel-ops.h'
Only accelerator implementations (and the common accelator
code) need to know about AccelClass internals. Move the
definition out but forward declare AccelState and AccelClass.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250703173248.44995-39-philmd@linaro.org>
4 days ago
..
gdbstub.c gdbstub: Expose gdb_write_register function to consumers of gdbstub 2 weeks ago
internals.h gdbstub: Make hex conversion function non-internal 1 year ago
meson.build meson: remove lib{system, user}_ss aliases 2 months ago
syscalls.c include: Rename sysemu/ -> system/ 7 months ago
system.c accel: Extract AccelClass definition to 'accel/accel-ops.h' 4 days ago
trace-events gdbstub: Rename 'softmmu' -> 'system' 2 years ago
trace.h gdbstub: move into its own sub directory 3 years ago
user-target.c gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro 4 months ago
user.c gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro 4 months ago