| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-user/nios2: Handle various SIGILL exceptions | Richard Henderson | 2022-04-26 | 1 | -0/+12 |
* | target/nios2: Advance pc when raising exceptions | Richard Henderson | 2022-04-26 | 1 | -6/+2 |
* | target/nios2: Implement Misaligned destination exception | Richard Henderson | 2022-04-26 | 1 | -0/+6 |
* | target/nios2: Support division error exception | Richard Henderson | 2022-04-26 | 1 | -0/+4 |
* | linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs | Richard Henderson | 2022-04-26 | 1 | -22/+0 |
* | target/nios2: Split PC out of env->regs[] | Richard Henderson | 2022-04-26 | 1 | -10/+9 |
* | linux-user/nios2: Use force_sig_fault for EXCP_DEBUG | Richard Henderson | 2022-04-26 | 1 | -5/+1 |
* | target/nios2: Remove nios2_cpu_record_sigsegv | Richard Henderson | 2022-04-26 | 1 | -10/+0 |
* | linux-user/nios2: Handle special qemu syscall return values | Richard Henderson | 2022-04-26 | 1 | -0/+8 |
* | linux-user/nios2: Adjust error return | Richard Henderson | 2022-04-26 | 1 | -2/+7 |
* | linux-user/nios2: Drop syscall 0 "workaround" | Richard Henderson | 2022-04-26 | 1 | -4/+0 |
* | linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP | Richard Henderson | 2022-04-26 | 1 | -2/+8 |
* | linux-user/nios2: Fix EA vs PC confusion | Richard Henderson | 2022-01-06 | 1 | -4/+1 |
* | linux-user/nios2: Map a real kuser page | Richard Henderson | 2022-01-06 | 1 | -23/+27 |
* | linux-user/nios2: Properly emulate EXCP_TRAP | Richard Henderson | 2022-01-06 | 1 | -18/+22 |
* | 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 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | Fix breakpoint support in Nios II user-mode emulation. | Sandra Loosemore | 2019-03-07 | 1 | -0/+6 |
* | linux-user: Clean up nios2 main loop signal handling | Peter Maydell | 2018-11-12 | 1 | -11/+6 |
* | linux-user: move nios2 cpu loop to nios2 directory | Laurent Vivier | 2018-04-30 | 1 | -0/+126 |
* | linux-user: create a dummy per arch cpu_loop.c | Laurent Vivier | 2018-04-30 | 1 | -0/+26 |