aboutsummaryrefslogtreecommitdiff
path: root/target/nios2
AgeCommit message (Expand)Author
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-01target/nios2: Fix semihost lseek offset computationKeith Packard
2023-08-01target/nios2: Pass semihosting arg to exitKeith Packard
2023-07-01target/nios2 : Explicitly ask for target-endian loads and storesPeter Maydell
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/nios2: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-08Drop duplicate #includeMarkus Armbruster
2022-12-16target/nios2: Convert to 3-phase resetPeter Maydell
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-06-28target/nios2: Move nios2-semi.c to nios2_softmmu_ssRichard Henderson
2022-06-28target/nios2: Eliminate nios2_semi_is_lseekRichard Henderson
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson
2022-04-26target/nios2: Implement EIC interrupt processingRichard Henderson
2022-04-26target/nios2: Update helper_eret for shadow registersRichard Henderson
2022-04-26target/nios2: Implement rdprs, wrprsRichard Henderson
2022-04-26target/nios2: Introduce shadow register setsRichard Henderson
2022-04-26target/nios2: Implement Misaligned destination exceptionRichard Henderson
2022-04-26target/nios2: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2022-04-26target/nios2: Use gen_goto_tb for DISAS_TOO_MANYRichard Henderson
2022-04-26target/nios2: Hoist set of is_jmp into gen_goto_tbRichard Henderson
2022-04-26target/nios2: Create gen_jumprRichard Henderson