aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-14target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé1-0/+1
2021-01-14target/mips: Simplify msa_reset()Philippe Mathieu-Daudé1-4/+1
2021-01-14target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé1-1/+1
2021-01-14target/mips: Rename translate_init.c as cpu-defs.cPhilippe Mathieu-Daudé1-1/+1
2021-01-14target/mips: Move common helpers from helper.c to cpu.cPhilippe Mathieu-Daudé1-6/+209
2021-01-14target/mips: Inline cpu_state_reset() in mips_cpu_reset()Philippe Mathieu-Daudé1-17/+9
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé1-3/+3
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell1-2/+2
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-5/+1
2020-12-13target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()Philippe Mathieu-Daudé1-12/+8
2020-12-13target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé1-0/+243
2020-12-13target/mips: Move mips_cpu_add_definition() from helper.c to cpu.cPhilippe Mathieu-Daudé1-0/+33
2020-12-13target/mips: Extract cpu_supports*/cpu_set* translate.cPhilippe Mathieu-Daudé1-0/+18
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé1-1/+1
2020-12-13target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé1-0/+5
2020-10-17target/mips/cpu: Display warning when CPU is used without input clockPhilippe Mathieu-Daudé1-0/+10
2020-10-17target/mips/cpu: Introduce mips_cpu_create_with_clock() helperPhilippe Mathieu-Daudé1-0/+12
2020-10-17target/mips/cpu: Allow the CPU to use dynamic frequenciesPhilippe Mathieu-Daudé1-2/+9
2020-10-17target/mips/cpu: Make cp0_count_rate a propertyPhilippe Mathieu-Daudé1-8/+11
2020-10-17target/mips/cpu: Calculate the CP0 timer period using the CPU frequencyPhilippe Mathieu-Daudé1-2/+2
2020-10-17target/mips: Move cp0_count_ns to CPUMIPSStatePhilippe Mathieu-Daudé1-0/+21
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell1-1/+1
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic1-6/+11
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic1-2/+11
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-4/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov1-1/+49
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé1-0/+3
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+203