summaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
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-4/+0
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov1-1/+49
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé1-0/+3
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-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/+203