aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.c
AgeCommit message (Expand)Author
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-12target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-02-03target/mips: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-07-10target/mips: Implement Loongson CSR instructionsJiaxun Yang
2023-07-10target/mips: Rework cp0_timer with clock APIJiaxun Yang
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski
2023-01-13target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini
2022-12-16target/mips: Convert to 3-phase resetPeter Maydell
2022-11-08target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-07target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé
2022-03-07target/mips: Fix cycle counter timing calculationsSimon Burge
2021-11-02target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-14target/mips: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé
2021-05-02target/mips: Declare mips_env_set_pc() inlined in "internal.h"Philippe Mathieu-Daudé
2021-05-02target/mips: Turn printfpr() macro into a proper functionPhilippe Mathieu-Daudé
2021-05-02target/mips: Restrict mips_cpu_dump_state() to cpu.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Optimize CPU/FPU regnames[] arraysPhilippe Mathieu-Daudé
2021-05-02target/mips: Make CPU/FPU regnames[] arrays globalPhilippe Mathieu-Daudé
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost