- 5fc983a semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO by Alex Bennée · 2 years, 10 months ago
- db23e5d target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl by Richard Henderson · 3 years, 2 months ago
- 85b4fa0 linux-user: Don't include gdbstub.h in qemu.h by Peter Maydell · 3 years, 4 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 3 years, 9 months ago
- 35e3f02 semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO by Alex Bennée · 3 years, 9 months ago
- 3960ca5 semihosting/arm-compat-semi: unify GET/SET_ARG helpers by Alex Bennée · 3 years, 9 months ago
- 8df9f0c semihosting: Move hw/semihosting/ -> semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago[Renamed from hw/semihosting/arm-compat-semi.c]
- 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 767ba04 semihosting: Implement SYS_ISERROR by Keith Packard · 4 years ago
- 27e3b10 semihosting: Implement SYS_TMPNAM by Keith Packard · 4 years ago
- 4d83403 semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ by Keith Packard · 4 years ago
- a10b9d9 riscv: Add semihosting support by Keith Packard · 4 years ago
- 095f8c0 semihosting: Support SYS_HEAPINFO when env->boot_info is not set by Keith Packard · 4 years ago
- 3c37cfe semihosting: Change internal common-semi interfaces to use CPUState * by Keith Packard · 4 years ago
- 0bb446d semihosting: Change common-semi API to be architecture-independent by Keith Packard · 4 years ago
- 56b5170c semihosting: Move ARM semihosting code to shared directories by Keith Packard · 4 years ago[Renamed from target/arm/arm-semi.c]
- ad9dcb2 gdbstub: drop CPUEnv from gdb_exit() by Alex Bennée · 4 years ago
- 6e504a9 arm: do not use ram_size global by Paolo Bonzini · 4 years, 2 months ago
- 6951595 target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0 by Peter Maydell · 4 years, 1 month ago
- bdc3b6f target/arm: add spaces around operator by Xinhao Zhang · 4 years, 2 months ago
- 16ab12a target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr by Peter Maydell · 5 years ago
- 21bf9b0 target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle by Masahiro Yamada · 5 years ago
- 8de702c semihosting: add qemu_semihosting_console_inc for SYS_READC by Keith Packard · 5 years ago
- 6ee1864 target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extension by Peter Maydell · 5 years ago
- 22a43bb target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extension by Peter Maydell · 5 years ago
- c46a653 target/arm/arm-semi: Implement support for semihosting feature detection by Peter Maydell · 5 years ago
- 1631a7b target/arm/arm-semi: Factor out implementation of SYS_FLEN by Peter Maydell · 5 years ago
- 45e88ff target/arm/arm-semi: Factor out implementation of SYS_SEEK by Peter Maydell · 5 years ago
- 0213fa4 target/arm/arm-semi: Factor out implementation of SYS_ISTTY by Peter Maydell · 5 years ago
- 2c3a09a target/arm/arm-semi: Factor out implementation of SYS_READ by Peter Maydell · 5 years ago
- 52c8a16 target/arm/arm-semi: Factor out implementation of SYS_WRITE by Peter Maydell · 5 years ago
- 263eb62 target/arm/arm-semi: Factor out implementation of SYS_CLOSE by Peter Maydell · 5 years ago
- 939f5b4 target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions by Peter Maydell · 5 years ago
- 6ed6845 target/arm/arm-semi: Restrict use of TaskState* by Peter Maydell · 5 years ago
- 35e9a0a target/arm/arm-semi: Make semihosting code hand out its own file descriptors by Peter Maydell · 5 years ago
- f8ad230 target/arm/arm-semi: Correct comment about gdb syscall races by Peter Maydell · 5 years ago
- f7d38cf target/arm/arm-semi: Always set some kind of errno for failed calls by Peter Maydell · 5 years ago
- 1b00382 target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno() by Peter Maydell · 5 years ago
- 78e2484 semihosting: split console_out into string and char versions by Alex Bennée · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 2fc0cc0 target/arm: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
- 629a0b0 target/arm: correct return values for WRITE/READ in arm-semi by Alex Bennée · 6 years ago
- a131795 target/arm: add LOG_UNIMP messages to arm-semi by Alex Bennée · 6 years ago
- 0dc0772 target/arm: use the common interface for WRITE0/WRITEC in arm-semi by Alex Bennée · 6 years ago
- 4cb28db target/arm: fixup some of the commentary for arm-semi by Alex Bennée · 6 years ago
- f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
- 55bb1a5 arm: Remove unnecessary includes of hw/arm/arm.h by Peter Maydell · 6 years ago
- 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
- 6e0fafe target/arm: Remove a handful of stray tabs by Peter Maydell · 6 years ago
- fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago[Renamed from target-arm/arm-semi.c]
- 82ecffa Open 2.9 development tree by Stefan Hajnoczi · 8 years ago