Age | Commit message (Expand) | Author | Files | Lines |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson | 1 | -2/+2 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -3/+3 |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson | 1 | -1/+0 |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson | 1 | -0/+5 |
2023-05-11 | target/nios2: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 1 | -0/+10 |
2023-03-13 | target/nios2: Remove `NB_MMU_MODES` define | Anton Johansson | 1 | -1/+0 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -1/+1 |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée | 2 | -1/+2 |
2023-03-05 | target/nios2: Drop tcg_temp_free | Richard Henderson | 1 | -15/+0 |
2023-03-01 | accel/tcg: Pass max_insn to gen_intermediate_code by pointer | Richard Henderson | 1 | -1/+1 |
2023-02-27 | target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 1 | -2/+0 |
2022-12-16 | target/nios2: Convert to 3-phase reset | Peter Maydell | 2 | -6/+10 |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson | 1 | -1/+1 |
2022-10-26 | target/nios2: Convert to tcg_ops restore_state_to_opc | Richard Henderson | 2 | -6/+11 |
2022-10-04 | hw/core: Add CPUClass.get_pc | Richard Henderson | 1 | -0/+9 |
2022-09-13 | target/nios2: Honour -semihosting-config userspace=on | Peter Maydell | 1 | -1/+2 |
2022-09-13 | semihosting: Allow optional use of semihosting from userspace | Peter Maydell | 1 | -1/+1 |
2022-09-13 | target/nios2: Convert semihosting errno to gdb remote errno | Richard Henderson | 1 | -2/+31 |
2022-09-13 | target/nios2: Use semihosting/syscalls.h | Richard Henderson | 1 | -246/+50 |
2022-09-06 | accel/tcg: Add pc and host_pc params to gen_intermediate_code | Richard Henderson | 1 | -2/+3 |
2022-06-28 | target/nios2: Move nios2-semi.c to nios2_softmmu_ss | Richard Henderson | 2 | -7/+2 |
2022-06-28 | target/nios2: Eliminate nios2_semi_is_lseek | Richard Henderson | 1 | -36/+23 |
2022-06-28 | gdbstub: Adjust gdb_syscall_complete_cb declaration | Richard Henderson | 1 | -5/+3 |
2022-06-28 | include/exec: Move gdb_stat and gdb_timeval to gdbstub.h | Richard Henderson | 1 | -27/+3 |
2022-06-28 | include/exec: Move gdb open flags to gdbstub.h | Richard Henderson | 1 | -8/+0 |
2022-06-28 | semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h | Richard Henderson | 1 | -1/+1 |
2022-05-11 | Normalize header guard symbol definition | Markus Armbruster | 1 | -1/+1 |
2022-04-26 | target/nios2: Advance pc when raising exceptions | Richard Henderson | 4 | -11/+28 |
2022-04-26 | target/nios2: Implement EIC interrupt processing | Richard Henderson | 3 | -22/+129 |
2022-04-26 | target/nios2: Update helper_eret for shadow registers | Richard Henderson | 3 | -8/+16 |
2022-04-26 | target/nios2: Implement rdprs, wrprs | Richard Henderson | 4 | -2/+74 |
2022-04-26 | target/nios2: Introduce shadow register sets | Richard Henderson | 3 | -11/+83 |
2022-04-26 | target/nios2: Implement Misaligned destination exception | Richard Henderson | 2 | -2/+22 |
2022-04-26 | target/nios2: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 1 | -2/+2 |
2022-04-26 | target/nios2: Use gen_goto_tb for DISAS_TOO_MANY | Richard Henderson | 1 | -1/+4 |
2022-04-26 | target/nios2: Hoist set of is_jmp into gen_goto_tb | Richard Henderson | 1 | -3/+1 |
2022-04-26 | target/nios2: Create gen_jumpr | Richard Henderson | 1 | -14/+13 |
2022-04-26 | target/nios2: Enable unaligned traps for system mode | Richard Henderson | 1 | -2/+2 |
2022-04-26 | target/nios2: Drop CR_STATUS_EH from tb->flags | Richard Henderson | 1 | -1/+1 |
2022-04-26 | target/nios2: Introduce dest_gpr | Richard Henderson | 1 | -95/+49 |
2022-04-26 | target/nios2: Split out helpers for gen_rr_shift | Richard Henderson | 1 | -15/+20 |
2022-04-26 | target/nios2: Split out helpers for gen_rr_mul_high | Richard Henderson | 1 | -13/+18 |
2022-04-26 | target/nios2: Split out helpers for gen_r_math_logic | Richard Henderson | 1 | -18/+36 |
2022-04-26 | target/nios2: Split out helpers for gen_i_math_logic | Richard Henderson | 1 | -23/+43 |
2022-04-26 | target/nios2: Split out helpers for gen_i_cmpxx | Richard Henderson | 1 | -7/+27 |
2022-04-26 | target/nios2: Split out named structs for [IRJ]_TYPE | Richard Henderson | 1 | -21/+27 |
2022-04-26 | target/nios2: Use tcg_constant_tl | Richard Henderson | 1 | -24/+6 |
2022-04-26 | target/nios2: Support division error exception | Richard Henderson | 6 | -40/+58 |
2022-04-26 | target/nios2: Remove CPU_INTERRUPT_NMI | Richard Henderson | 2 | -3/+1 |