aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-09target/mips: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-06target/mips: Set disassemble_info::endian value in disas_set_info()Philippe Mathieu-Daudé1-5/+5
2025-03-06accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé1-1/+1
2025-01-13target: Replace DEVICE(object_new) -> qdev_new()Philippe Mathieu-Daudé1-1/+1
2024-12-24accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_coreRichard Henderson1-0/+1
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-6/+2
2024-12-20target/mips: Drop left-over comment about Jazz machinePhilippe Mathieu-Daudé1-4/+0
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15target/mips: Constify all PropertyRichard Henderson1-1/+1
2024-12-10target/mips: Replace type_register() with type_register_static()Zhao Liu1-1/+1
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+1
2024-10-15hw/mips: Have mips_cpu_create_with_clock() take an endianness argumentPhilippe Mathieu-Daudé1-1/+4
2024-10-15target/mips: Expose MIPSCPU::is_big_endian propertyPhilippe Mathieu-Daudé1-4/+8
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-03-12target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-11/+4
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-1/+1
2024-02-03target/mips: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-07-10target/mips: Implement Loongson CSR instructionsJiaxun Yang1-0/+10
2023-07-10target/mips: Rework cp0_timer with clock APIJiaxun Yang1-3/+5
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski1-1/+3
2023-01-13target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-29/+0
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini1-2/+0
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini1-6/+1
2022-12-16target/mips: Convert to 3-phase resetPeter Maydell1-4/+8
2022-11-08target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang1-0/+6
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-07target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé1-10/+0
2022-03-07target/mips: Fix cycle counter timing calculationsSimon Burge1-1/+2
2021-11-02target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-14target/mips: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+1
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé1-1/+1
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé1-103/+0
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé1-113/+0
2021-05-02target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé1-17/+0
2021-05-02target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé1-1/+1
2021-05-02target/mips: Declare mips_env_set_pc() inlined in "internal.h"Philippe Mathieu-Daudé1-7/+1