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.c
Age
Commit message (
Expand
)
Author
2024-07-11
target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
Peter Maydell
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-03-12
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-02-03
target/mips: Populate CPUClass.mmu_index
Richard Henderson
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
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-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-08
target/mips: Implement CP0.Config7.WII bit support
Marcin Nowakowski
2023-01-13
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-01-13
mips: Always include nanomips disassembler
Paolo Bonzini
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
2022-12-16
target/mips: Convert to 3-phase reset
Peter Maydell
2022-11-08
target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F
Jiaxun Yang
2022-10-26
target/mips: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-06-11
target/mips: Fix WatchHi.M handling
Marcin Nowakowski
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-07
target/mips: Remove duplicated MIPSCPU::cp0_count_rate
Philippe Mathieu-Daudé
2022-03-07
target/mips: Fix cycle counter timing calculations
Simon Burge
2021-11-02
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson
2021-09-14
target/mips: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-06-24
target/mips: Optimize regnames[] arrays
Philippe Mathieu-Daudé
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move CP0 helpers to sysemu/cp0.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move exception management code to exception.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Restrict mmu_init() to TCG
Philippe Mathieu-Daudé
2021-05-02
target/mips: Declare mips_env_set_pc() inlined in "internal.h"
Philippe Mathieu-Daudé
2021-05-02
target/mips: Turn printfpr() macro into a proper function
Philippe Mathieu-Daudé
2021-05-02
target/mips: Restrict mips_cpu_dump_state() to cpu.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Optimize CPU/FPU regnames[] arrays
Philippe Mathieu-Daudé
2021-05-02
target/mips: Make CPU/FPU regnames[] arrays global
Philippe Mathieu-Daudé
2021-03-11
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-02-18
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
[next]