Files
qemu-qemu-1/include/system
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
..
2025-04-23 14:08:44 -07:00
2026-03-12 12:02:55 +01:00
2025-10-01 08:33:24 +02:00
2025-10-28 14:49:52 +01:00
2025-09-16 17:31:54 +01:00
2026-04-24 21:20:44 +02:00