aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc
AgeCommit message (Expand)AuthorFilesLines
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-2/+2
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-03-12target/openrisc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé3-12/+6
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-4/+4
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-1/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-7/+1
2024-02-03target/openrisc: Populate CPUClass.mmu_indexRichard Henderson2-8/+15
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-8/+8
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan2-45/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+1
2023-12-29target/openrisc: Constify VMState in machine.cRichard Henderson1-4/+4
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-1/+0
2023-11-07target/openrisc: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé2-9/+23
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-4/+0
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-5/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-42/+42
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/openrisc: Use tcg_gen_negsetcond_*Richard Henderson1-4/+2
2023-07-31target/openrisc: Set EPCR to next PC on FPE exceptionsStafford Horne1-3/+4
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