summary refs log tree commit diff stats
path: root/target/mips/sysemu (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+1
* target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé2024-02-151-1/+1
* target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé2024-02-151-1/+1
* target/mips: Split out mips_env_mmu_indexRichard Henderson2024-02-031-1/+1
* target: Use generic cpu_model_from_type()Gavin Shan2024-01-051-2/+1
* target/mips: Constify VMState in machine.cRichard Henderson2023-12-291-13/+13
* hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé2023-10-191-1/+0
* target/mips: Rework cp0_timer with clock APIJiaxun Yang2023-07-101-16/+19
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé2023-03-071-2/+1
* target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé2023-01-132-0/+40
* mips: Remove support for trap and emulate KVMPaolo Bonzini2023-01-132-30/+0
* target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé2021-05-022-0/+124
* target/mips: Move physical addressing code to sysemu/physaddr.cPhilippe Mathieu-Daudé2021-05-022-0/+258
* target/mips: Move sysemu specific files under sysemu/ subfolderPhilippe Mathieu-Daudé2021-05-024-0/+544