1. ddd1731 semihosting: Restrict to TCG by Philippe Mathieu-Daudé · 7 months ago
  2. 83fb360 semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header by Philippe Mathieu-Daudé · 1 year, 3 months ago
  3. 5837db4 semihosting: move stubs out of stubs/ by Paolo Bonzini · 11 months ago
  4. e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 12 months ago
  5. 3b91614 include/exec: Change cpu_mmu_index argument to CPUState by Richard Henderson · 1 year, 1 month ago
  6. 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
  7. 2eb71a0 semihosting: fix memleak at semihosting_arg_fallback by Matheus Tavares Bernardino · 1 year, 4 months ago
  8. 1527c6b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  9. f14eced semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() by Philippe Mathieu-Daudé · 1 year, 5 months ago
  10. a60e573 semihosting/arm-compat: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  11. afb81fe semihosting: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  12. b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 5 months ago
  13. 669dcb6 accel/tcg: spelling fixes by Michael Tokarev · 1 year, 6 months ago
  14. c7b6494 meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY by Philippe Mathieu-Daudé · 1 year, 8 months ago
  15. 0820a07 gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t by Richard Henderson · 2 years ago
  16. c566080 gdbstub: move syscall handling to new file by Alex Bennée · 2 years ago
  17. 4ea5fe9 gdbstub: move register helpers into standalone include by Alex Bennée · 2 years ago
  18. 1770b2f accel/tcg: Add 'size' param to probe_access_flags() by Daniel Henrique Barboza · 2 years ago
  19. 0bccdb4 semihosting: add O_BINARY flag in host_open for NT compatibility by Evgeny Iakovlev · 2 years, 1 month ago
  20. 978c2bf semihosting: Write back semihosting data before completion callback by Keith Packard · 2 years, 1 month ago
  21. 37b0b24 error handling: Use RETRY_ON_EINTR() macro where applicable by Nikita Ivanov · 2 years, 4 months ago
  22. 66997c4 cleanup: Tweak and re-run return_directly.cocci by Markus Armbruster · 2 years, 3 months ago
  23. 3878d0c semihosting/arm-compat-semi: Avoid using hardcoded /tmp by Bin Meng · 2 years, 4 months ago
  24. 424d5ec semihosting: update link to spec by Alex Bennée · 2 years, 5 months ago
  25. 5202861 semihosting: Allow optional use of semihosting from userspace by Peter Maydell · 2 years, 6 months ago
  26. 9b1268f semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM by Peter Maydell · 2 years, 7 months ago
  27. fed49cd semihosting: Check for errors on SET_ARG() by Peter Maydell · 2 years, 7 months ago
  28. 45704e8 semihosting: Don't copy buffer after console_write() by Peter Maydell · 2 years, 7 months ago
  29. aed04e6 semihosting: Don't return negative values on qemu_semihosting_console_write() failure by Peter Maydell · 2 years, 7 months ago
  30. 938fcd7 semihosting: Remove qemu_semihosting_log_out by Richard Henderson · 2 years, 8 months ago
  31. 1b9177f semihosting: Create semihost_sys_poll_one by Richard Henderson · 2 years, 10 months ago
  32. 2d010c2 semihosting: Remove qemu_semihosting_console_outs by Richard Henderson · 2 years, 10 months ago
  33. 7281550 semihosting: Use console_out_gf for SYS_WRITE0 by Richard Henderson · 2 years, 10 months ago
  34. 004d2ab semihosting: Remove qemu_semihosting_console_outc by Richard Henderson · 2 years, 10 months ago
  35. 5d77289 semihosting: Use console_out_gf for SYS_WRITEC by Richard Henderson · 2 years, 10 months ago
  36. 1577eec semihosting: Use console_in_gf for SYS_READC by Richard Henderson · 2 years, 10 months ago
  37. e4a4aaa semihosting: Create qemu_semihosting_guestfd_init by Richard Henderson · 2 years, 10 months ago
  38. 008e147 semihosting: Add GuestFDConsole by Richard Henderson · 2 years, 10 months ago
  39. cd66f20 semihosting: Create qemu_semihosting_console_write by Richard Henderson · 2 years, 10 months ago
  40. fb08790 semihosting: Cleanup chardev init by Richard Henderson · 2 years, 10 months ago
  41. e7fb6f3 semihosting: Expand qemu_semihosting_console_inc to read by Richard Henderson · 2 years, 10 months ago
  42. 3367d45 semihosting: Pass CPUState to qemu_semihosting_console_inc by Richard Henderson · 2 years, 10 months ago
  43. 64c8c6a gdbstub: Adjust gdb_syscall_complete_cb declaration by Richard Henderson · 2 years, 10 months ago
  44. 1875dab semihosting: Create semihost_sys_gettimeofday by Richard Henderson · 2 years, 10 months ago
  45. dffeb77 semihosting: Create semihost_sys_{stat,fstat} by Richard Henderson · 2 years, 10 months ago
  46. 90d8e0b semihosting: Split out semihost_sys_system by Richard Henderson · 2 years, 10 months ago
  47. 25a95da semihosting: Split out semihost_sys_rename by Richard Henderson · 2 years, 10 months ago
  48. d49e79b semihosting: Split out semihost_sys_remove by Richard Henderson · 2 years, 10 months ago
  49. a6300ed semihosting: Split out semihost_sys_flen by Richard Henderson · 2 years, 10 months ago
  50. a221247 semihosting: Split out semihost_sys_isatty by Richard Henderson · 2 years, 10 months ago
  51. 9a89470 semihosting: Split out semihost_sys_lseek by Richard Henderson · 2 years, 10 months ago
  52. 40f1219 semihosting: Bound length for semihost_sys_{read,write} by Richard Henderson · 2 years, 10 months ago
  53. aa915bd semihosting: Split out semihost_sys_write by Richard Henderson · 2 years, 10 months ago
  54. af0484b semihosting: Split out semihost_sys_read by Richard Henderson · 2 years, 10 months ago
  55. 5eadbbf semihosting: Split out semihost_sys_close by Richard Henderson · 2 years, 10 months ago
  56. 5b3f39c semihosting: Split out semihost_sys_open by Richard Henderson · 2 years, 10 months ago
  57. 3753b00 semihosting: Move GET_ARG/SET_ARG earlier in the file by Richard Henderson · 2 years, 10 months ago
  58. 189878a semihosting: Use env more often in do_common_semihosting by Richard Henderson · 2 years, 10 months ago
  59. 1b3b769 semihosting: Split out common-semi-target.h by Richard Henderson · 2 years, 9 months ago
  60. a1df4ba semihosting: Split out common_semi_has_synccache by Richard Henderson · 2 years, 10 months ago
  61. 3c820dd semihosting: Split common_semi_flen_buf per target by Richard Henderson · 2 years, 10 months ago
  62. ef9c5ea semihosting: Split is_64bit_semihosting per target by Richard Henderson · 2 years, 10 months ago
  63. cd7f29e semihosting: Use struct gdb_stat in common_semi_flen_cb by Richard Henderson · 2 years, 10 months ago
  64. 94b14fe include/exec: Move gdb open flags to gdbstub.h by Richard Henderson · 2 years, 10 months ago
  65. a1a2a3e semihosting: Remove GDB_O_BINARY by Richard Henderson · 2 years, 9 months ago
  66. bb3b882 semihosting: Move common-semi.h to include/semihosting/ by Richard Henderson · 2 years, 10 months ago
  67. ed3a06b semihosting: Return void from do_common_semihosting by Richard Henderson · 2 years, 10 months ago
  68. 4cfeff4 semihosting: Clean up common_semi_open_cb by Richard Henderson · 2 years, 9 months ago
  69. 84ca0df semihosting: Clean up common_semi_flen_cb by Richard Henderson · 2 years, 9 months ago
  70. 709fe27 semihosting: Adjust error checking in common_semi_cb by Richard Henderson · 2 years, 10 months ago
  71. 5aadd18 semihosting: Inline set_swi_errno into common_semi_cb by Richard Henderson · 2 years, 9 months ago
  72. 1c6ff72 semihosting: Split out guestfd.c by Richard Henderson · 2 years, 10 months ago
  73. 3d5e2b4 semihosting: Simplify softmmu_lock_user_string by Richard Henderson · 2 years, 10 months ago
  74. 5f9ca6f semihosting: Add target_strlen for softmmu-uaccess.h by Richard Henderson · 2 years, 10 months ago
  75. 0a92218 semihosting: Move softmmu-uaccess.h functions out of line by Richard Henderson · 2 years, 10 months ago
  76. 259739c semihosting: Improve condition for config.c and console.c by Richard Henderson · 2 years, 10 months ago
  77. c89a14a semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h by Richard Henderson · 2 years, 10 months ago
  78. 90c072e semihosting/config: Merge --semihosting-config option groups by Peter Maydell · 2 years, 9 months ago
  79. 60f1c80 linux-user: Clean up arg_start/arg_end confusion by Richard Henderson · 2 years, 10 months ago
  80. 78beee8 semihosting: clean up handling of expanded argv by Alex Bennée · 3 years ago
  81. 5fc983a semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO by Alex Bennée · 3 years ago
  82. db23e5d target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl by Richard Henderson · 3 years, 4 months ago
  83. 85b4fa0 linux-user: Don't include gdbstub.h in qemu.h by Peter Maydell · 3 years, 6 months ago
  84. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
  85. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
  86. 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 4 years ago
  87. 35e3f02 semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO by Alex Bennée · 4 years ago
  88. 3960ca5 semihosting/arm-compat-semi: unify GET/SET_ARG helpers by Alex Bennée · 4 years ago
  89. 8df9f0c semihosting: Move hw/semihosting/ -> semihosting/ by Philippe Mathieu-Daudé · 4 years ago