1. 7446d35 target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter block by Peter Maydell · 9 years ago
  2. e9ebfbf target-arm/arm-semi.c: Implement A64 specific SyncCacheRange call by Peter Maydell · 9 years ago
  3. faacc04 target-arm/arm-semi.c: Support widening APIs to 64 bits by Peter Maydell · 9 years ago
  4. bb19cbc target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]' by Peter Maydell · 9 years ago
  5. 857b55a target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb by Peter Maydell · 9 years ago
  6. f3c2bda target-arm: default empty semihosting cmdline by Liviu Ionescu · 10 years ago
  7. a59d31a semihosting: add --semihosting-config arg sub-argument by Leon Alrae · 10 years ago
  8. 1ecc3a2 Pass semihosting exit code back to system. by Liviu Ionescu · 10 years ago
  9. 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  10. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  11. 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
  12. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  13. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  14. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  15. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  16. f296c0d arm-semi.c: Handle get/put_user() failure accessing arguments by Peter Maydell · 12 years ago
  17. 396bef4 arm-semi: don't leak 1KB user string lock buffer upon TARGET_SYS_OPEN by Jim Meyering · 13 years ago
  18. b90372a target-arm: Fix typos in comments by Peter Maydell · 13 years ago
  19. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago[Renamed from arm-semi.c]
  20. 3881725 arm-semi: Rename SYS_XXX macros to TARGET_SYS_XXX (fixes compiler warning) by Stefan Weil · 13 years ago
  21. 81926f4 arm-semi: Don't use CPUState by Andreas Färber · 13 years ago
  22. 1c1b40c arm-semi: Provide access to CLI arguments passed through the "-append" option by Cédric VINCENT · 14 years ago
  23. 206ae74 arm-semi.c: Use correct check for failure of do_brk() by Peter Maydell · 14 years ago
  24. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  25. 2e8785a Fix commandline handling for ARM semihosted executables by Wolfgang Schildbach · 14 years ago
  26. 0e1c9c5 GDB exit status for semihosting by Paul Brook · 15 years ago
  27. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  28. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  29. a982b53 Add missing return in arm-semi, by Laurent Desnogues. by ths · 17 years ago
  30. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  31. 2f61969 suppressed tgetx and tputx (initial patch by Thayne Harbaugh) by bellard · 17 years ago
  32. 579a97f Linux user memory access API change (initial patch by Thayne Harbaugh) by bellard · 17 years ago
  33. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  34. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  35. 33d9cc8 ARM GDB semihosting fixes by pbrook · 18 years ago
  36. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  37. a2d1eba GDB hosted syscalls. by pbrook · 18 years ago
  38. 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago[Renamed (63%) from linux-user/arm-semi.c]
  39. 38d0662 Arm semihosted commandline support (Wolfgang Schildbach). by pbrook · 18 years ago
  40. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  41. 89353a7 Byte swapping bug in arm semihosting (Paul Brook) by bellard · 20 years ago
  42. 04d81be open fix (Paul Brook) by bellard · 20 years ago
  43. d0b3e73 SYS_SEEK fix (Paul Brook) by bellard · 20 years ago
  44. a4f8197 ARM "Angel" semihosting syscalls (Paul Brook) by bellard · 20 years ago