summary refs log tree commit diff stats
path: root/target/lm32/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-171-4/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1
* target/lm32: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-9/+5
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2
* lm32: cleanup cpu type name compositionIgor Mammedov2017-10-271-52/+22
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-091-4/+0
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-2/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+328