summaryrefslogtreecommitdiffstats
path: root/target/moxie/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-3/+12
* 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: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-3/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-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/moxie: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2Star
* target/moxie: Fix LGPL information in the file headersThomas Huth2019-02-061-1/+1
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2Star
* moxie: cleanup cpu type name compositionIgor Mammedov2017-10-271-39/+17Star
* moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov2017-10-271-1/+6
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1Star
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-7/+1Star
* moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov2017-09-011-5/+0Star
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-3/+1Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+192