1. f14eced semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() by Philippe Mathieu-Daudé · 1 year, 3 months ago
  2. b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 3 months ago
  3. 669dcb6 accel/tcg: spelling fixes by Michael Tokarev · 1 year, 4 months ago
  4. 0820a07 gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t by Richard Henderson · 1 year, 10 months ago
  5. c566080 gdbstub: move syscall handling to new file by Alex Bennée · 1 year, 10 months ago
  6. 4ea5fe9 gdbstub: move register helpers into standalone include by Alex Bennée · 1 year, 10 months ago
  7. 0bccdb4 semihosting: add O_BINARY flag in host_open for NT compatibility by Evgeny Iakovlev · 1 year, 11 months ago
  8. 978c2bf semihosting: Write back semihosting data before completion callback by Keith Packard · 1 year, 11 months ago
  9. 37b0b24 error handling: Use RETRY_ON_EINTR() macro where applicable by Nikita Ivanov · 2 years, 2 months ago
  10. 45704e8 semihosting: Don't copy buffer after console_write() by Peter Maydell · 2 years, 5 months ago
  11. 1b9177f semihosting: Create semihost_sys_poll_one by Richard Henderson · 2 years, 8 months ago
  12. 008e147 semihosting: Add GuestFDConsole by Richard Henderson · 2 years, 8 months ago
  13. 64c8c6a gdbstub: Adjust gdb_syscall_complete_cb declaration by Richard Henderson · 2 years, 8 months ago
  14. 1875dab semihosting: Create semihost_sys_gettimeofday by Richard Henderson · 2 years, 8 months ago
  15. dffeb77 semihosting: Create semihost_sys_{stat,fstat} by Richard Henderson · 2 years, 8 months ago
  16. 90d8e0b semihosting: Split out semihost_sys_system by Richard Henderson · 2 years, 8 months ago
  17. 25a95da semihosting: Split out semihost_sys_rename by Richard Henderson · 2 years, 8 months ago
  18. d49e79b semihosting: Split out semihost_sys_remove by Richard Henderson · 2 years, 8 months ago
  19. a6300ed semihosting: Split out semihost_sys_flen by Richard Henderson · 2 years, 8 months ago
  20. a221247 semihosting: Split out semihost_sys_isatty by Richard Henderson · 2 years, 8 months ago
  21. 9a89470 semihosting: Split out semihost_sys_lseek by Richard Henderson · 2 years, 8 months ago
  22. 40f1219 semihosting: Bound length for semihost_sys_{read,write} by Richard Henderson · 2 years, 8 months ago
  23. aa915bd semihosting: Split out semihost_sys_write by Richard Henderson · 2 years, 8 months ago
  24. af0484b semihosting: Split out semihost_sys_read by Richard Henderson · 2 years, 8 months ago
  25. 5eadbbf semihosting: Split out semihost_sys_close by Richard Henderson · 2 years, 8 months ago
  26. 5b3f39c semihosting: Split out semihost_sys_open by Richard Henderson · 2 years, 8 months ago