index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
Age
Commit message (
Expand
)
Author
2013-05-19
target-mips: set carry bit correctly in DSPControl register
Petar Jovanovic
2013-05-19
target-mips: fix EXTPDP and setting up pos field in the DSPControl reg
Petar Jovanovic
2013-05-17
target-mips: fix incorrect behaviour for EXTP
Petar Jovanovic
2013-05-08
target-mips: fix incorrect behaviour for INSV
Petar Jovanovic
2013-05-08
target-mips: add missing check_dspr2 for multiply instructions
Petar Jovanovic
2013-05-03
target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB
Petar Jovanovic
2013-04-15
target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR
Petar Jovanovic
2013-03-17
target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
Petar Jovanovic
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-05
mips64-linux-user: Enable 64-bit address mode and fpu
Richard Henderson
2013-03-05
mips-linux-user: Save and restore fpu and dsp from sigcontext
Richard Henderson
2013-03-05
target-mips: Fix accumulator selection for MIPS16 and microMIPS
Richard Sandiford
2013-03-04
target-mips: fix DSP overflow macro and affected routines
Petar Jovanovic
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
cpu: Introduce ENV_OFFSET macros
Andreas Färber
2013-02-23
target-mips: fix for sign-issue in MULQ_W helper
Petar Jovanovic
2013-02-23
target-mips: fix for incorrect multiplication with MULQ_S.PH
Petar Jovanovic
2013-02-23
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
2013-02-16
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
target-mips: Move TCG initialization to MIPSCPU initfn
Andreas Färber
2013-02-16
target-mips: Introduce QOM realizefn for MIPSCPU
Andreas Färber
2013-01-31
target-mips: enable access to DSP ASE if implemented
Petar Jovanovic
2013-01-31
target-mips: Unfuse {,N}M{ADD,SUB}.fmt
Richard Sandiford
2013-01-31
target-mips: Sign-extend the result of LWR
Richard Sandiford
2013-01-31
target-mips: Fix signedness of loads in MIPS16 RESTOREs
Richard Sandiford
2013-01-31
target-mips: implement DSP (d)append sub-class with TCG
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for reduction add instructions
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for unary DSP operators
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for binary DSP operators
Aurelien Jarno
2013-01-31
target-mips: add unions to access DSP elements
Aurelien Jarno
2013-01-31
target-mips: generate a reserved instruction exception on CPU without DSP
Aurelien Jarno
2013-01-31
target-mips: copy insn_flags in DisasContext
Aurelien Jarno
2013-01-31
target-mips: fix DSP loads with rd = 0
Aurelien Jarno
2013-01-15
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
target-mips: Clean up mips_cpu_map_tc() documentation
Andreas Färber
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2013-01-08
target-mips: Fix helper and tests for dot/cross-dot product instructions
Petar Jovanovic
2013-01-08
target-mips: Replace macros by inline functions
Stefan Weil
2013-01-08
target-mips: Allow DSP access to be disabled once enabled.
Eric Johnson
2013-01-01
target-mips: Use EXCP_SC rather than a magic number
陳韋任 (Wei-Ren Chen)
2013-01-01
target-mips: Make repl_ph to sign extend to target-long
Jovanovic, Petar
2013-01-01
Fix my email address
Dongxue Zhang
2013-01-01
target-mips: Remove semicolon from macro definition
Stefan Weil
2013-01-01
target-mips: Fix for helpers for EXTR_* instructions
Petar Jovanovic
2013-01-01
target-mips: Fix incorrect reads and writes to DSPControl register
Petar Jovanovic
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
[next]