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/include/semihosting
Philippe Mathieu-Daudé 328c1a0b86 semihosting/uaccess: Remove uses of target_ulong type
Replace target_ulong by vaddr or size_t types to match
cpu_memory_rw_debug() prototype in "exec/cpu-common.h":

 >  int cpu_memory_rw_debug(CPUState *cpu, vaddr addr,
 >                          void *ptr, size_t len,
 >                          bool is_write);

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250526095213.14113-2-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250627112512.1880708-4-alex.bennee@linaro.org>
1 week ago
..
common-semi.h semihosting: Move common-semi.h to include/semihosting/ 3 years ago
console.h semihosting/console: Avoid including 'cpu.h' 6 months ago
guestfd.h semihosting: Create qemu_semihosting_guestfd_init 3 years ago
semihost.h semihosting: Move user-only implementation out-of-line 3 months ago
syscalls.h semihosting/syscalls: Include missing 'exec/cpu-defs.h' header 6 months ago
uaccess.h semihosting/uaccess: Remove uses of target_ulong type 1 week ago