| Commit message (Expand) | Author | Age | Files | Lines |
* | semihosting: Return void from do_common_semihosting | Richard Henderson | 2022-06-28 | 1 | -1/+1 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | linux-user/riscv: Use force_sig_fault | Richard Henderson | 2022-01-11 | 1 | -26/+5 |
* | linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN | Richard Henderson | 2021-12-20 | 1 | -1/+1 |
* | linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS | Richard Henderson | 2021-12-20 | 1 | -1/+1 |
* | target/riscv: Make riscv_cpu_tlb_fill sysemu only | Richard Henderson | 2021-11-02 | 1 | -7/+0 |
* | target/riscv: Split misa.mxl and misa.ext | Richard Henderson | 2021-10-21 | 1 | -1/+1 |
* | linux-user: Split linux-user internals out of qemu.h | Peter Maydell | 2021-09-13 | 1 | -0/+1 |
* | linux-user: Split signal-related prototypes into signal-common.h | Peter Maydell | 2021-09-13 | 1 | -0/+1 |
* | linux-user/riscv: initialise the TaskState heap/stack info | Alex Bennée | 2021-03-24 | 1 | -0/+5 |
* | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 2021-03-10 | 1 | -1/+1 |
* | riscv: Add semihosting support for user mode | Kito Cheng | 2021-01-18 | 1 | -0/+5 |
* | linux-user/riscv: Propagate fault address | Giuseppe Musacchio | 2019-10-28 | 1 | -1/+2 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | target/riscv: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | RISC-V: linux-user support for RVE ABI | Kito Cheng | 2019-03-19 | 1 | -1/+14 |
* | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell | 2018-11-12 | 1 | -1/+1 |
* | linux-user: move riscv cpu loop to riscv directory | Laurent Vivier | 2018-04-30 | 1 | -0/+92 |
* | linux-user: create a dummy per arch cpu_loop.c | Laurent Vivier | 2018-04-30 | 1 | -0/+26 |