aboutsummaryrefslogtreecommitdiff
path: root/target/moxie/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-3/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-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/moxie: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-02-06target/moxie: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov1-39/+17
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov1-1/+6
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-7/+1
2017-09-01moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov1-5/+0
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-3/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+192