summaryrefslogtreecommitdiffstats
path: root/hw/semihosting
Commit message (Expand)AuthorAgeFilesLines
* semihosting: Implement SYS_ISERRORKeith Packard2021-01-181-0/+4
* semihosting: Implement SYS_TMPNAMKeith Packard2021-01-181-2/+19
* semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard2021-01-181-0/+16
* riscv: Add semihosting supportKeith Packard2021-01-182-2/+85
* semihosting: Support SYS_HEAPINFO when env->boot_info is not setKeith Packard2021-01-181-1/+42
* semihosting: Change internal common-semi interfaces to use CPUState *Keith Packard2021-01-181-163/+186
* semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-182-6/+46
* semihosting: Move ARM semihosting code to shared directoriesKeith Packard2021-01-183-0/+1128
* meson: convert hw/semihostingPaolo Bonzini2020-08-212-2/+4
* semihosting: don't send the trailing '\0'KONRAD Frederic2020-07-271-1/+3
* semihosting: remove the pthread include which seems unusedKONRAD Frederic2020-06-101-1/+0Star
* semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard2020-01-091-0/+79
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* semihosting: split console_out into string and char versionsAlex Bennée2019-06-121-9/+25
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* semihosting: enable chardev backed output for consoleAlex Bennée2019-05-282-1/+34
* semihosting: implement a semihosting consoleAlex Bennée2019-05-282-0/+78
* semihosting: introduce CONFIG_SEMIHOSTINGAlex Bennée2019-05-282-1/+4
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-282-0/+161