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