- b69c95e target/tricore: Use unsigned types for bitops in helper_eq_b() by Peter Maydell · 8 months ago
- de68028 accel/tcg: Make cpu_exec_interrupt hook mandatory by Peter Maydell · 8 months ago
- 4f7b1ec target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation by Peter Maydell · 8 months ago
- 962a145 accel/tcg: Provide default implementation of disas_log by Richard Henderson · 12 months ago
- b254c34 accel/tcg: Access tcg_cflags with getter / setter by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 0654c79 gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h' by Philippe Mathieu-Daudé · 11 months ago
- ad80e36 hw, target: Add ResetType argument to hold and exit phase methods by Peter Maydell · 11 months ago
- e66d741 target/tricore/helper: Use correct string format in cpu_tlb_fill() by Philippe Mathieu-Daudé · 12 months ago
- 39ac0ba target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 3b91614 include/exec: Change cpu_mmu_index argument to CPUState by Richard Henderson · 1 year, 2 months ago
- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 1 year, 2 months ago
- eafa0f6 target/tricore: Populate CPUClass.mmu_index by Richard Henderson · 1 year, 2 months ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 2 months ago
- 32f0c39 target: Use vaddr in gen_intermediate_code by Anton Johansson · 1 year, 2 months ago
- 40b807e target/tricore: Use generic cpu_list() by Gavin Shan · 1 year, 4 months ago
- d5be19f cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 3a9d0d7 hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 9348028 target: Move ArchCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 2d56be5 target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 6ee45fa target: Unify QOM style by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 8b8bb29 target/tricore: Use tcg_gen_*extract_tl by Richard Henderson · 1 year, 5 months ago
- a650683 hw/core/cpu: Return static value with gdb_arch_name() by Akihiko Odaki · 1 year, 5 months ago
- 01c85e6 meson: Rename target_softmmu_arch -> target_system_arch by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 8fa08d7 accel/tcg: Remove cpu_set_cpustate_pointers by Richard Henderson · 1 year, 6 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
- ad75a51 tcg: Rename cpu_env to tcg_env by Richard Henderson · 1 year, 6 months ago
- 3b3d7df accel/tcg: Move CPUNegativeOffsetState into CPUState by Richard Henderson · 1 year, 6 months ago
- f669c99 target/*: Add instance_align to all cpu base classes by Richard Henderson · 1 year, 6 months ago
- 5d7e601 Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into staging by Stefan Hajnoczi · 1 year, 5 months ago
- 81b8056 target/tricore: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- ceada00 target/tricore: Change effective address (ea) to target_ulong by Bastian Koppelmann · 1 year, 6 months ago
- 824b2cb target/tricore: Remove CSFRs from cpu.h by Bastian Koppelmann · 1 year, 6 months ago
- 4f79db4 target/tricore: Fix FTOUZ being ISA v1.3.1 up by Bastian Koppelmann · 1 year, 7 months ago
- 1f22db1 target/tricore: Replace cpu_*_code with translator_* by Bastian Koppelmann · 1 year, 7 months ago
- 222ff2d target/tricore: Swap src and dst reg for RCRR_INSERT by Bastian Koppelmann · 1 year, 7 months ago
- 23fa6f5 target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 by Bastian Koppelmann · 1 year, 7 months ago
- 5e0e06d target/tricore: Implement hptof insn by Bastian Koppelmann · 1 year, 7 months ago
- 815061b target/tricore: Implement ftohp insn by Bastian Koppelmann · 1 year, 7 months ago
- e43692b target/tricore: Clarify special case for FTOUZ insn by Bastian Koppelmann · 1 year, 7 months ago
- 2bdbe35 target/tricore: Implement FTOU insn by Bastian Koppelmann · 1 year, 7 months ago
- ce64bab target/tricore: Correctly handle FPU RM from PSW by Bastian Koppelmann · 1 year, 7 months ago
- 3e2a510 target/tricore: Implement CRCN insn by Bastian Koppelmann · 1 year, 7 months ago
- b0a433b target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl by Richard Henderson · 1 year, 7 months ago
- 8c0e8ed target/tricore: Rename tricore_feature by Bastian Koppelmann · 1 year, 8 months ago
- 8b81968 other architectures: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- bb5de52 target: Widen pc/cs_base in cpu_get_tb_cpu_state by Anton Johansson · 1 year, 9 months ago
- a9c37ab target/tricore: Fix ICR.IE offset in RESTORE insn by Bastian Koppelmann · 1 year, 9 months ago
- 19a18ed target/tricore: Honour privilege changes on PSW write by Bastian Koppelmann · 1 year, 9 months ago
- 57b9c58 target/tricore: Implement privilege level for all insns by Bastian Koppelmann · 1 year, 9 months ago
- 878d1b6 target/tricore: Introduce priv tb flag by Bastian Koppelmann · 1 year, 9 months ago
- d8f466a target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr() by Bastian Koppelmann · 1 year, 9 months ago
- 2dbd73b target/tricore: ENABLE exit to main-loop by Bastian Koppelmann · 1 year, 9 months ago
- 1706e04 target/tricore: Introduce DISAS_TARGET_EXIT by Bastian Koppelmann · 1 year, 9 months ago
- 8da7048 target/tricore: Fix RR_JLI clobbering reg A[11] by Bastian Koppelmann · 1 year, 9 months ago
- 8273661 target/tricore: Fix helper_ret() not correctly restoring PSW by Bastian Koppelmann · 1 year, 9 months ago
- 6991777 target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regs by Bastian Koppelmann · 1 year, 9 months ago
- 5434557 target/tricore: Correctly fix saving PSW.CDE to CSA on call by Bastian Koppelmann · 1 year, 9 months ago
- d34b092 target/tricore: Fix out-of-bounds index in imask instruction by Siqi Chen · 1 year, 9 months ago
- 0b9f9b6 target/tricore: Add DISABLE insn variant by Bastian Koppelmann · 1 year, 9 months ago
- 3b5d136 target/tricore: Implement SYCSCALL insn by Bastian Koppelmann · 1 year, 9 months ago
- 4e3377b target/tricore: Add shuffle insn by Bastian Koppelmann · 1 year, 9 months ago
- 0eaafe3 target/tricore: Add crc32.b insn by Bastian Koppelmann · 1 year, 9 months ago
- dc0b436 target/tricore: Add crc32l.w insn by Bastian Koppelmann · 1 year, 9 months ago
- 73f874d target/tricore: Add LHA insn by Bastian Koppelmann · 1 year, 9 months ago
- fd6f446 target/tricore: Add popcnt.w insn by Bastian Koppelmann · 1 year, 9 months ago
- 4d2b2e7 target/tricore: Introduce ISA 1.6.2 feature by Bastian Koppelmann · 1 year, 9 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 66352d7 target/tricore: Remove pointless CONFIG_SOFTMMU guard by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 12b95dc target/tricore: Fix wrong PSW for call insns by Bastian Koppelmann · 1 year, 10 months ago
- 343cdf2 target/tricore: Refactor PCXI/ICR register fields by Bastian Koppelmann · 1 year, 10 months ago
- dfd1b81 accel/tcg: Introduce translator_io_start by Richard Henderson · 1 year, 10 months ago
- d53106c tcg: Pass TCGHelperInfo to tcg_gen_callN by Richard Henderson · 2 years ago
- fafe002 target/*: Add missing includes of tcg/debug-assert.h by Richard Henderson · 2 years ago
- 5a48476 target/tricore: Use min/max for saturate by Richard Henderson · 2 years, 1 month ago
- 151293c target/tricore: Avoid tcg_const_i32 by Richard Henderson · 2 years, 1 month ago
- 32f948a target/tricore: Drop some temp initialization by Richard Henderson · 2 years, 1 month ago
- 0a47678 target/tricore: Use setcondi instead of explicit allocation by Richard Henderson · 2 years, 1 month ago
- 5c48ad7 target/tricore: Rename t_off10 and use tcg_constant_i32 by Richard Henderson · 2 years, 1 month ago
- bf38ca5 target/tricore: Split t_n as constant from temp as variable by Richard Henderson · 2 years, 1 month ago
- c0916c0 target/tricore: Remove `NB_MMU_MODES` define by Anton Johansson · 2 years ago
- 4ea5fe9 gdbstub: move register helpers into standalone include by Alex Bennée · 2 years ago
- 08ee498 target/tricore: Drop tcg_temp_free by Richard Henderson · 2 years, 1 month ago
- 597f9b2 accel/tcg: Pass max_insn to gen_intermediate_code by pointer by Richard Henderson · 2 years, 2 months ago
- 25acb5e target/tricore: Replace `tb_pc()` with `tb->pc` by Anton Johansson · 2 years, 1 month ago
- 21917c1 target/tricore: Remove unused fields from CPUTriCoreState by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 77eb008 target/tricore: Fix OPC1_16_SRO_LD_H translation by Anton Kochkov · 2 years, 2 months ago
- d8b3355 target/tricore: Fix OPC2_32_BO_LD_BU_PREINC by Bastian Koppelmann · 2 years, 1 month ago
- a4d5d15 target/tricore: Fix OPC2_32_RRRR_DEXTR by Bastian Koppelmann · 2 years, 1 month ago
- 48bffe7 target/tricore: Fix RRPW_DEXTR by Bastian Koppelmann · 2 years, 1 month ago
- 1c6b2e4 target/tricore: Fix OPC2_32_RCRW_INSERT translation by Bastian Koppelmann · 2 years, 1 month ago
- 65e57fd target/tricore: Fix OPC2_32_RCRW_IMASK translation by Bastian Koppelmann · 2 years, 1 month ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 3b13711 target/tricore: Fix gdbstub write to address registers by Richard Henderson · 2 years, 3 months ago
- efcc106 target/tricore: Convert to 3-phase reset by Peter Maydell · 2 years, 4 months ago
- 5d756c8 target/tricore: Rename csfr.def -> csfr.h.inc by Philippe Mathieu-Daudé · 2 years, 5 months ago
- 3d419a4 accel/tcg: Remove will_exit argument from cpu_restore_state by Richard Henderson · 2 years, 5 months ago
- b765e42 target/tricore: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 5 months ago
- fbf59aa accel/tcg: Introduce tb_pc and log_pc by Richard Henderson · 2 years, 7 months ago