aboutsummaryrefslogtreecommitdiff
path: root/target/nios2
AgeCommit message (Expand)AuthorFilesLines
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+2
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé1-0/+2
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson5-36/+9
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson1-0/+14
2022-03-03target/nios2: Split mmu_writeRichard Henderson4-107/+100
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson1-3/+5
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson2-5/+1
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson2-68/+38
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson5-44/+0
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson1-9/+0
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson2-2/+17
2021-11-02target/nios2: Implement nios2_cpu_record_sigsegvRichard Henderson3-5/+14
2021-10-22disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé1-5/+1
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-2/+2
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-2/+0
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell1-1/+1
2021-09-14target/nios2: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+3
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-07-30target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-27/+0
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-14/+1
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+2
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson1-6/+6
2021-06-29target/nios2: Inline handle_instructionRichard Henderson1-35/+31
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson1-6/+2
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson1-1/+2
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson1-65/+67
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson1-34/+36
2021-06-29target/nios2: Use global cpu_RRichard Henderson1-39/+34
2021-06-29target/nios2: Use global cpu_envRichard Henderson1-6/+4
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson1-5/+3
2021-06-05target/nios2: fix page-fit instruction countPavel Dovgalyuk1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-5/+13
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2020-12-15target/nios2: Use deposit32() to update ipending registerPeter Maydell1-2/+1
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2-2/+9
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell2-1/+30