index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
mips
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-27
1
-1
/
+1
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-27
1
-0
/
+8
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-27
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
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
target/mips: Move msa_reset() to msa_helper.c
Philippe Mathieu-Daudé
2021-01-14
1
-0
/
+1
*
target/mips: Simplify msa_reset()
Philippe Mathieu-Daudé
2021-01-14
1
-4
/
+1
*
target/mips: Introduce ase_msa_available() helper
Philippe Mathieu-Daudé
2021-01-14
1
-1
/
+1
*
target/mips: Rename translate_init.c as cpu-defs.c
Philippe Mathieu-Daudé
2021-01-14
1
-1
/
+1
*
target/mips: Move common helpers from helper.c to cpu.c
Philippe Mathieu-Daudé
2021-01-14
1
-6
/
+209
*
target/mips: Inline cpu_state_reset() in mips_cpu_reset()
Philippe Mathieu-Daudé
2021-01-14
1
-17
/
+9
*
target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
Philippe Mathieu-Daudé
2021-01-14
1
-3
/
+3
*
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-07
1
-1
/
+2
*
target/mips: Don't use clock_get_ns() in clock period calculation
Peter Maydell
2021-01-04
1
-2
/
+2
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-5
/
+1
*
target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
Philippe Mathieu-Daudé
2020-12-13
1
-12
/
+8
*
target/mips: Move cpu definitions, reset() and realize() to cpu.c
Philippe Mathieu-Daudé
2020-12-13
1
-0
/
+243
*
target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
Philippe Mathieu-Daudé
2020-12-13
1
-0
/
+33
*
target/mips: Extract cpu_supports*/cpu_set* translate.c
Philippe Mathieu-Daudé
2020-12-13
1
-0
/
+18
*
target/mips: Introduce ase_mt_available() helper
Philippe Mathieu-Daudé
2020-12-13
1
-1
/
+1
*
target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
Philippe Mathieu-Daudé
2020-12-13
1
-0
/
+5
*
target/mips/cpu: Display warning when CPU is used without input clock
Philippe Mathieu-Daudé
2020-10-17
1
-0
/
+10
*
target/mips/cpu: Introduce mips_cpu_create_with_clock() helper
Philippe Mathieu-Daudé
2020-10-17
1
-0
/
+12
*
target/mips/cpu: Allow the CPU to use dynamic frequencies
Philippe Mathieu-Daudé
2020-10-17
1
-2
/
+9
*
target/mips/cpu: Make cp0_count_rate a property
Philippe Mathieu-Daudé
2020-10-17
1
-8
/
+11
*
target/mips/cpu: Calculate the CP0 timer period using the CPU frequency
Philippe Mathieu-Daudé
2020-10-17
1
-2
/
+2
[next]