aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc
AgeCommit message (Expand)AuthorFilesLines
2023-07-25other architectures: spelling fixesMichael Tokarev2-3/+3
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-3/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-6/+3
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-1/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+5
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson1-0/+1
2023-05-11target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne1-0/+4
2023-05-11target/openrisc: Set PC to cpu state on FPU exceptionStafford Horne1-2/+11
2023-05-11target/openrisc: Allow fpcsr access in user modeStafford Horne2-51/+66
2023-03-13target/openrisc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée3-3/+3
2023-03-05target/openrisc: Drop tcg_temp_freeRichard Henderson1-39/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+2
2022-12-16target/openrisc: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-2/+2
2022-11-01target/openrisc: Use cpu_unwind_state_data for mfsprRichard Henderson1-2/+9
2022-11-01target/openrisc: Always exit after mtspr npcRichard Henderson1-1/+1
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+13
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+4
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne2-1/+7
2022-09-04target/openrisc: Enable MTTCGStafford Horne2-1/+8
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne1-1/+3
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne1-1/+7
2022-05-15Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu i...Richard Henderson1-0/+11
2022-05-15target/openrisc: Do not reset delay slot flag on early tb exitStafford Horne1-0/+11
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau3-3/+4
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+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-7/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-2/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2-0/+2
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2021-11-02target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson4-14/+6
2021-10-15target/openrisc: Drop checks for singlestep_enabledRichard Henderson1-15/+3
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-2/+0
2021-09-14target/openrisc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé4-7/+8
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-17/+0
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson1-5/+5
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson1-6/+6
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson1-8/+2
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson1-33/+9