qemu-cr16/semihosting
Richard Henderson 7adf9ebb0a semihosting: Initialize heap once per process
While semihosting isn't really thread aware, the current
implementation allocates space for the heap per-thread.

Remove the heap_base and heap_limit fields from TaskState.
Replace with static variables within do_common_semihosting.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2025-08-28 06:39:25 +10:00
..
arm-compat-semi.c semihosting: Initialize heap once per process 2025-08-28 06:39:25 +10:00
config.c semihosting: fix memleak at semihosting_arg_fallback 2023-10-31 14:10:21 +00:00
console.c semihosting/console: Avoid including 'cpu.h' 2025-01-17 10:44:00 +00:00
guestfd.c semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header 2024-04-26 15:31:37 +02:00
Kconfig semihosting: Restrict to TCG 2024-07-22 09:38:16 +01:00
meson.build semihosting/uaccess: Compile once 2025-07-02 10:09:48 +01:00
stubs-all.c semihosting: Move user-only implementation out-of-line 2025-04-23 14:08:32 -07:00
stubs-system.c semihosting: Move user-only implementation out-of-line 2025-04-23 14:08:32 -07:00
syscalls.c semihosting: add guest_error logging for failed opens 2025-01-17 10:43:41 +00:00
uaccess.c semihosting/uaccess: Remove uses of target_ulong type 2025-07-02 10:09:48 +01:00
user.c semihosting: Assert is_user in user-only semihosting_enabled 2025-04-23 14:08:33 -07:00