index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-21
target-mips: Use new qemu_ld/st opcodes
Aurelien Jarno
1
-67
/
+52
2013-12-09
target-mips: Use macro ARRAY_SIZE where possible
Stefan Weil
1
-18
/
+12
2013-12-09
target-mips: fix 64-bit FPU config for user-mode emulation
Petar Jovanovic
1
-2
/
+5
2013-12-02
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
1
-1
/
+1
2013-10-11
Merge remote-tracking branch 'rth/tcg-pull' into staging
Anthony Liguori
2
-10
/
+6
2013-10-10
tcg: Remove stray semi-colons from target-*/helper.h
Richard Henderson
1
-6
/
+6
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
1
-4
/
+0
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
1
-1
/
+0
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-6
/
+4
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
1
-1
/
+1
2013-08-28
target-mips: fix get_physical_address() #if 0 build error
James Hogan
1
-1
/
+1
2013-08-06
target-mips: fix decoding of microMIPS POOL32Axf instructions
Leon Alrae
1
-6
/
+54
2013-08-03
target-mips: fix 34Kf configuration for DSP ASE
Yongbok Kim
1
-4
/
+3
2013-07-29
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
1
-2
/
+3
2013-07-29
target-mips: fix mipsdsp_mul_q31_q31
Petar Jovanovic
1
-1
/
+1
2013-07-29
target-mips: Remove assignment to a variable which is never used
Stefan Weil
1
-1
/
+0
2013-07-29
target-mips: fix mipsdsp_trunc16_sat16_round
Petar Jovanovic
1
-5
/
+11
2013-07-28
target-mips: fix branch in likely delay slot tcg assert
James Hogan
1
-45
/
+17
2013-07-28
target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15
Petar Jovanovic
1
-2
/
+2
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
4
-2
/
+15
2013-07-27
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
1
-14
/
+17
2013-07-26
target-mips: Move cpu_gdb_{read,write}_register()
Andreas Färber
1
-0
/
+144
2013-07-26
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
1
-0
/
+2
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
3
-3
/
+10
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-4
/
+7
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2
-7
/
+11
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
1
-0
/
+14
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
1
-5
/
+0
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2
-2
/
+2
2013-07-09
target-mips: Change gen_intermediate_code_internal() argument to MIPSCPU
Andreas Färber
1
-4
/
+5
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-13
/
+12
2013-07-09
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
Andreas Färber
1
-1
/
+1
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
1
-13
/
+0
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
3
-6
/
+13
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
1
-1
/
+0
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
3
-2
/
+7
2013-05-20
linux-user: Save the correct resume address for MIPS signal handling
Kwok Cheung Yeung
2
-2
/
+3
2013-05-20
target-mips: clean-up in BIT_INSV
Petar Jovanovic
1
-10
/
+6
2013-05-19
target-mips: set carry bit correctly in DSPControl register
Petar Jovanovic
1
-3
/
+4
2013-05-19
target-mips: fix EXTPDP and setting up pos field in the DSPControl reg
Petar Jovanovic
1
-5
/
+5
2013-05-17
target-mips: fix incorrect behaviour for EXTP
Petar Jovanovic
1
-2
/
+1
2013-05-08
target-mips: fix incorrect behaviour for INSV
Petar Jovanovic
1
-2
/
+2
2013-05-08
target-mips: add missing check_dspr2 for multiply instructions
Petar Jovanovic
1
-0
/
+1
2013-05-03
target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB
Petar Jovanovic
1
-24
/
+6
2013-04-15
target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR
Petar Jovanovic
1
-13
/
+1
2013-03-17
target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
Petar Jovanovic
1
-14
/
+9
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
4
-3
/
+7
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-4
/
+4
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-3
/
+2
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
3
-7
/
+11
[next]