aboutsummaryrefslogtreecommitdiff
path: root/target/sh4
AgeCommit message (Expand)Author
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-07-29target/sh4: Avoid shift into sign bit in update_itlb_use()Peter Maydell
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-06target/sh4: Update DisasContextBase.insn_startRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-03target/sh4: Rename TCGv variables as manual for SUBV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Rename TCGv variables as manual for ADDV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Fix SUBV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Fix ADDV opcodePhilippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-09target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-09target/sh4: Fix mac.w with saturation enabledZack Buhman
2024-04-09target/sh4: Fix mac.l with saturation enabledZack Buhman
2024-04-09target/sh4: Merge mach and macl into a unionRichard Henderson
2024-04-09target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman
2024-03-12target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/sh4: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan
2023-12-04sh4: Coding style: Remove tabsYihuan Pan
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-11target/sh4: Disable decode_gusa when plugins enabledRichard Henderson
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson
2023-03-16target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpuIlya Leoshkevich
2023-03-13target/sh4: Avoid tcg_const_i32Richard Henderson
2023-03-13target/sh4: Avoid tcg_const_i32 for TAS.BRichard Henderson