summaryrefslogtreecommitdiffstats
path: root/target/sh4/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+6
* cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé2021-05-271-2/+3
* target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-181-0/+18
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-6/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-4/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-2/+1Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* target/sh4: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2Star
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-13/+4Star
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1Star
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* sh4: remove SuperHCPUClass::name fieldIgor Mammedov2017-10-271-7/+3Star
* sh4: simplify superh_cpu_class_by_name()Igor Mammedov2017-10-271-22/+12Star
* sh4: cleanup cpu type name compositionIgor Mammedov2017-10-271-38/+25Star
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-4/+1Star
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-3/+0Star
* sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov2017-09-011-5/+0Star
* target/sh4: Keep env->flags cleanRichard Henderson2017-07-181-1/+1
* target/sh4: trap unaligned accessesAurelien Jarno2017-05-131-0/+1
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-2/+1Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+332