aboutsummaryrefslogtreecommitdiff
path: root/hw/semihosting
AgeCommit message (Expand)Author
2021-01-18semihosting: Implement SYS_ISERRORKeith Packard
2021-01-18semihosting: Implement SYS_TMPNAMKeith Packard
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard
2021-01-18riscv: Add semihosting supportKeith Packard
2021-01-18semihosting: Support SYS_HEAPINFO when env->boot_info is not setKeith Packard
2021-01-18semihosting: Change internal common-semi interfaces to use CPUState *Keith Packard
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2020-08-21meson: convert hw/semihostingPaolo Bonzini
2020-07-27semihosting: don't send the trailing '\0'KONRAD Frederic
2020-06-10semihosting: remove the pthread include which seems unusedKONRAD Frederic
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée
2019-05-28semihosting: implement a semihosting consoleAlex Bennée
2019-05-28semihosting: introduce CONFIG_SEMIHOSTINGAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée