index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
mips
/
cpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-11
/
+4
*
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
1
-1
/
+1
*
target/mips: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
1
-0
/
+6
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-1
/
+1
*
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
1
-1
/
+0
*
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-10-03
1
-0
/
+1
*
target/mips: Implement Loongson CSR instructions
Jiaxun Yang
2023-07-10
1
-0
/
+10
*
target/mips: Rework cp0_timer with clock API
Jiaxun Yang
2023-07-10
1
-3
/
+5
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
target/mips: Implement CP0.Config7.WII bit support
Marcin Nowakowski
2023-03-08
1
-1
/
+3
*
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-01-13
1
-29
/
+0
*
mips: Always include nanomips disassembler
Paolo Bonzini
2023-01-13
1
-2
/
+0
*
mips: Remove support for trap and emulate KVM
Paolo Bonzini
2023-01-13
1
-6
/
+1
*
target/mips: Convert to 3-phase reset
Peter Maydell
2022-12-16
1
-4
/
+8
*
target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F
Jiaxun Yang
2022-11-08
1
-0
/
+6
*
target/mips: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-26
1
-0
/
+1
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+8
*
target/mips: Fix WatchHi.M handling
Marcin Nowakowski
2022-06-11
1
-1
/
+1
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
target/mips: Remove duplicated MIPSCPU::cp0_count_rate
Philippe Mathieu-Daudé
2022-03-07
1
-10
/
+0
*
target/mips: Fix cycle counter timing calculations
Simon Burge
2022-03-07
1
-1
/
+2
*
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-1
/
+1
*
target/mips: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-09-14
1
-1
/
+1
*
target/mips: Optimize regnames[] arrays
Philippe Mathieu-Daudé
2021-06-24
1
-1
/
+1
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
1
-1
/
+1
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
*
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
1
-0
/
+8
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
*
target/mips: Move CP0 helpers to sysemu/cp0.c
Philippe Mathieu-Daudé
2021-05-02
1
-103
/
+0
*
target/mips: Move exception management code to exception.c
Philippe Mathieu-Daudé
2021-05-02
1
-113
/
+0
*
target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
Philippe Mathieu-Daudé
2021-05-02
1
-17
/
+0
*
target/mips: Restrict mmu_init() to TCG
Philippe Mathieu-Daudé
2021-05-02
1
-1
/
+1
*
target/mips: Declare mips_env_set_pc() inlined in "internal.h"
Philippe Mathieu-Daudé
2021-05-02
1
-7
/
+1
*
target/mips: Turn printfpr() macro into a proper function
Philippe Mathieu-Daudé
2021-05-02
1
-27
/
+23
*
target/mips: Restrict mips_cpu_dump_state() to cpu.c
Philippe Mathieu-Daudé
2021-05-02
1
-0
/
+77
*
target/mips: Optimize CPU/FPU regnames[] arrays
Philippe Mathieu-Daudé
2021-05-02
1
-1
/
+1
*
target/mips: Make CPU/FPU regnames[] arrays global
Philippe Mathieu-Daudé
2021-05-02
1
-0
/
+7
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
2021-03-11
1
-1
/
+1
|
\
|
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
*
|
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-03-08
1
-1
/
+1
|
/
*
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
2021-02-18
1
-0
/
+18
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-13
/
+23
*
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+2
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+3
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+3
[next]