aboutsummaryrefslogtreecommitdiff
path: root/target/mips/sysemu
AgeCommit message (Expand)AuthorFilesLines
2024-03-12target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-2/+1
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé1-1/+1
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé1-1/+1
2024-02-03target/mips: Split out mips_env_mmu_indexRichard Henderson1-1/+1
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2023-12-29target/mips: Constify VMState in machine.cRichard Henderson1-13/+13
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé1-1/+0
2023-07-10target/mips: Rework cp0_timer with clock APIJiaxun Yang1-16/+19
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-03-07target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé1-2/+1
2023-01-13target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé2-0/+40
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini2-30/+0
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé2-0/+124
2021-05-02target/mips: Move physical addressing code to sysemu/physaddr.cPhilippe Mathieu-Daudé2-0/+258
2021-05-02target/mips: Move sysemu specific files under sysemu/ subfolderPhilippe Mathieu-Daudé4-0/+544