Files
qemu-qemu-1/docs
Philippe Mathieu-Daudé 0533f08413 accel: Remove AccelOpsClass::supports_guest_debug
Now accelerators hold the 'guest debug supported' information
in their state, accessible by the common code. No need to call
a per-accelerator handler, simply check for the SSTEP_ENABLE
in AccelGdbConfig::sstep_flags.

Remove all AccelOpsClass::supports_guest_debug implementations,
inline gdb_supports_guest_debug() and remove the now unnecessary
KVMState::have_guest_debug field.

Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260705215729.62196-18-philmd@oss.qualcomm.com>
2026-07-06 15:42:18 +02:00
..
2026-07-03 10:07:21 +05:30
2026-06-29 06:02:59 -07:00
2026-06-03 08:36:42 -04:00
2025-10-09 09:48:31 +02:00
2025-01-17 10:45:54 +00:00
2025-07-16 17:02:46 +02:00