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