aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/cpu.c
AgeCommit message (Expand)Author
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov
2017-07-18target/sh4: Keep env->flags cleanRichard Henderson
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth