aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan1-17/+0
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+0
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-2/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+4
2022-12-18target/sh4: Mask restore of env->flags from tb->flagsGuenter Roeck1-1/+1
2022-12-16target/sh4: Convert to 3-phase resetPeter Maydell1-4/+8
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+16
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson1-3/+3
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-2/+2
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2021-11-02target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-14target/sh4: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+6
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé1-2/+3
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson1-0/+18
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-6/+15
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée1-2/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/sh4: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-13/+4
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson1-1/+0
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-14/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov1-7/+3
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov1-22/+12
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov1-38/+25
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-4/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-3/+0
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov1-5/+0
2017-07-18target/sh4: Keep env->flags cleanRichard Henderson1-1/+1
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno1-0/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+332