aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)Author
2020-12-13target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()Philippe Mathieu-Daudé
2020-12-13target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Move mips_cpu_add_definition() from helper.c to cpu.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Extract cpu_supports*/cpu_set* translate.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé
2020-12-13target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé
2020-10-17target/mips/cpu: Display warning when CPU is used without input clockPhilippe Mathieu-Daudé
2020-10-17target/mips/cpu: Introduce mips_cpu_create_with_clock() helperPhilippe Mathieu-Daudé
2020-10-17target/mips/cpu: Allow the CPU to use dynamic frequenciesPhilippe Mathieu-Daudé
2020-10-17target/mips/cpu: Make cp0_count_rate a propertyPhilippe Mathieu-Daudé
2020-10-17target/mips/cpu: Calculate the CP0 timer period using the CPU frequencyPhilippe Mathieu-Daudé
2020-10-17target/mips: Move cp0_count_ns to CPUMIPSStatePhilippe Mathieu-Daudé
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