summaryrefslogtreecommitdiff
path: root/target/nios2
AgeCommit message (Expand)Author
2022-04-26target/nios2: Split out helper for eret instructionAmir Gonnen
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson
2022-04-26target/nios2: Add NUM_GP_REGS and NUM_CP_REGSAmir Gonnen
2022-04-26target/nios2: Stop generating code if gen_check_supervisor failsRichard Henderson
2022-04-26target/nios2: Check supervisor on eretAmir Gonnen
2022-04-26target/nios2: Build helper.c for system onlyRichard Henderson
2022-04-26target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson
2022-04-26target/nios2: Remove user-only nios2_cpu_do_interruptRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20target/nios2: Remove log_cpu_state from resetRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson
2022-03-03target/nios2: Split mmu_writeRichard Henderson
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson
2021-11-02target/nios2: Implement nios2_cpu_record_sigsegvRichard Henderson
2021-10-22disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell
2021-09-14target/nios2: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-07-30target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson
2021-06-29target/nios2: Inline handle_instructionRichard Henderson
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use global cpu_RRichard Henderson
2021-06-29target/nios2: Use global cpu_envRichard Henderson
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-05target/nios2: fix page-fit instruction countPavel Dovgalyuk
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson