Age | Commit message (Expand) | Author | Files | Lines |
2021-01-18 | semihosting: Implement SYS_ISERROR | Keith Packard | 1 | -0/+4 |
2021-01-18 | semihosting: Implement SYS_TMPNAM | Keith Packard | 1 | -2/+19 |
2021-01-18 | semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ | Keith Packard | 1 | -0/+16 |
2021-01-18 | riscv: Add semihosting support | Keith Packard | 2 | -2/+85 |
2021-01-18 | semihosting: Support SYS_HEAPINFO when env->boot_info is not set | Keith Packard | 1 | -1/+42 |
2021-01-18 | semihosting: Change internal common-semi interfaces to use CPUState * | Keith Packard | 1 | -163/+186 |
2021-01-18 | semihosting: Change common-semi API to be architecture-independent | Keith Packard | 2 | -6/+46 |
2021-01-18 | semihosting: Move ARM semihosting code to shared directories | Keith Packard | 3 | -0/+1128 |
2020-08-21 | meson: convert hw/semihosting | Paolo Bonzini | 2 | -2/+4 |
2020-07-27 | semihosting: don't send the trailing '\0' | KONRAD Frederic | 1 | -1/+3 |
2020-06-10 | semihosting: remove the pthread include which seems unused | KONRAD Frederic | 1 | -1/+0 |
2020-01-09 | semihosting: add qemu_semihosting_console_inc for SYS_READC | Keith Packard | 1 | -0/+79 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | semihosting: split console_out into string and char versions | Alex Bennée | 1 | -9/+25 |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 1 | -1/+1 |
2019-05-28 | semihosting: enable chardev backed output for console | Alex Bennée | 2 | -1/+34 |
2019-05-28 | semihosting: implement a semihosting console | Alex Bennée | 2 | -0/+78 |
2019-05-28 | semihosting: introduce CONFIG_SEMIHOSTING | Alex Bennée | 2 | -1/+4 |
2019-05-28 | semihosting: move semihosting configuration into its own directory | Alex Bennée | 2 | -0/+161 |