qemu-e2k/semihosting
Richard Henderson 40f1219a8b semihosting: Bound length for semihost_sys_{read,write}
Fixes a minor bug in which a 64-bit guest on a 32-bit host could
truncate the length.  This would only ever cause a problem if
there were no bits set in the low 32, so that it truncates to 0.

Reviewed-by: Luc Michel <lmichel@kalray.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-06-28 04:35:52 +05:30
..
arm-compat-semi.c semihosting: Split out semihost_sys_write 2022-06-28 04:35:52 +05:30
config.c semihosting/config: Merge --semihosting-config option groups 2022-06-10 14:32:36 +01:00
console.c Do not include cpu.h if it's not really necessary 2021-05-02 17:24:51 +02:00
guestfd.c semihosting: Split out semihost_sys_close 2022-06-28 04:35:52 +05:30
Kconfig semihosting: Move hw/semihosting/ -> semihosting/ 2021-03-10 15:34:12 +00:00
meson.build semihosting: Split out semihost_sys_open 2022-06-28 04:35:39 +05:30
syscalls.c semihosting: Bound length for semihost_sys_{read,write} 2022-06-28 04:35:52 +05:30
uaccess.c semihosting: Simplify softmmu_lock_user_string 2022-06-28 04:35:06 +05:30