summaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)Author
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
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-21mips: MIPSCPU model subclassesIgor Mammedov
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth