index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
cpu.h
Age
Commit message (
Expand
)
Author
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove CPUMIPSState::CP0_SAARI field
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove CPUMIPSState::CP0_SAAR[2] field
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove CPUMIPSState::saarp field
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove MIPSITUState::itu field
Philippe Mathieu-Daudé
2024-02-15
target/mips: Use qemu_irq typedef for CPUMIPSState::irq member
Philippe Mathieu-Daudé
2024-02-03
include/exec: Implement cpu_mmu_index generically
Richard Henderson
2024-02-03
target/mips: Split out mips_env_mmu_index
Richard Henderson
2024-02-03
target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill
Richard Henderson
2024-01-05
target/mips: Use generic cpu_list()
Gavin Shan
2023-11-07
target: Move ArchCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
2023-10-19
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
Philippe Mathieu-Daudé
2023-10-19
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-07-10
target/mips: Implement Loongson CSR instructions
Jiaxun Yang
2023-07-10
target/mips: Rework cp0_timer with clock API
Jiaxun Yang
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-03-08
target/mips: Implement CP0.Config7.WII bit support
Marcin Nowakowski
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
2022-06-11
target/mips: Fix emulation of nanoMIPS BPOSGE32C instruction
Dragan Mladjenovic
2022-06-11
target/mips: Fix WatchHi.M handling
Marcin Nowakowski
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging
Peter Maydell
2022-03-07
target/mips: Remove duplicated MIPSCPU::cp0_count_rate
Philippe Mathieu-Daudé
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
2021-06-24
target/mips: Restrict some system specific declarations to sysemu
Philippe Mathieu-Daudé
2021-02-21
target/mips: Promote 128-bit multimedia registers as global ones
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove unused MMU definitions
Philippe Mathieu-Daudé
2021-01-14
target/mips: Introduce ase_msa_available() helper
Philippe Mathieu-Daudé
2021-01-14
target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
Philippe Mathieu-Daudé
2021-01-14
target/mips/addr: Add translation helpers for KSEG1
Jiaxun Yang
2021-01-14
target/mips: Add CP0 Config0 register definitions for MIPS3 ISA
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
Philippe Mathieu-Daudé
2020-12-13
target/mips: Introduce ase_mt_available() helper
Philippe Mathieu-Daudé
2020-12-13
hw/mips: Move address translation helpers to target/mips/
Philippe Mathieu-Daudé
2020-12-13
target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
Philippe Mathieu-Daudé
2020-12-13
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
Philippe Mathieu-Daudé
2020-11-09
target/mips: Fix PageMask with variable page size
Jiaxun Yang
2020-10-17
target/mips/cpu: Introduce mips_cpu_create_with_clock() helper
Philippe Mathieu-Daudé
2020-10-17
target/mips/cpu: Allow the CPU to use dynamic frequencies
Philippe Mathieu-Daudé
2020-10-17
target/mips/cpu: Make cp0_count_rate a property
Philippe Mathieu-Daudé
2020-10-17
target/mips: Move cp0_count_ns to CPUMIPSState
Philippe Mathieu-Daudé
2020-06-09
target/mips: Add Loongson-3 CPU definition
Huacai Chen
[next]