aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Make mixer emulation a configure option (Jan Kiszka)malc3-7/+14
2008-06-23Fix some compiler signed/unsigned char warningsblueswir13-10/+10
2008-06-23Fix compiler warning (Jan Kiszka)blueswir11-1/+2
2008-06-23Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths4-1105/+1130
2008-06-23According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatilemalc1-1/+0
2008-06-23Shuffle contents of tcg_target_reg_alloc_ordermalc1-18/+18
2008-06-22Add missing [SU]32malc1-0/+6
2008-06-22Eliminate cpu_T[0]blueswir11-9/+9
2008-06-22Eliminate cpu_T[1]blueswir11-4/+3
2008-06-22Add missing keys, sendkey support for all keysblueswir13-2/+18
2008-06-21Emit warning message if user supplied buffer/period size/time was rejectedmalc1-0/+16
2008-06-21Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir11-67/+67
2008-06-21Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir11-35/+32
2008-06-21Do not save dynamic fieldmalc1-4/+2
2008-06-21Disable xLaw debuggingmalc1-1/+1
2008-06-21Rework period/buffer size settingmalc1-138/+52
2008-06-21Add VM save/load supportmalc1-0/+36
2008-06-21Add calls to pci_device_save/loadmalc2-4/+17
2008-06-20Update TODOblueswir11-1/+1
2008-06-20Add support for boot_set commandblueswir12-0/+44
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir14-16/+17
2008-06-20Delete obsolete file.ths1-21/+0
2008-06-20Delete obsolete file.ths1-269/+0
2008-06-20Delete obsolete prototypes.ths1-21/+0
2008-06-20Convert unaligned load/store to TCG.ths5-71/+364
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir11-4/+4
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard1-11/+29
2008-06-20Convert vr54xx multiply instructions to TCG.ths4-240/+32
2008-06-20cmpxchg fixesbellard1-0/+7
2008-06-19Remove now-dead code.ths1-27/+0
2008-06-19Convert remaining MIPS FP instructions to TCG.ths4-363/+426
2008-06-19Fix buffer overruns (reported by Julian Seward)blueswir11-33/+29
2008-06-19Also fix 24 bit depthblueswir11-0/+2
2008-06-19Fix crash when returning from monitor or serial console to normal TCX viewblueswir11-0/+2
2008-06-18Make save function optionalaurel321-0/+4
2008-06-18PPC: fix mtfsfiaurel321-1/+1
2008-06-18Add image format option in monitor for removable mediaaurel321-6/+14
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard3-11/+21
2008-06-18Save LR into proper place on callers stack framemalc1-2/+2
2008-06-15Avoid temporary variable use across basic blocks for udivxblueswir11-2/+4
2008-06-15Fix Sparc32plus & Sparc64 debug outputblueswir11-4/+4
2008-06-13Fix vm state save/loadmalc1-0/+13
2008-06-13ISA version of CS4231Amalc6-2/+693
2008-06-12Switch the standard multiplication instructions to TCG.ths5-94/+166
2008-06-12Switch bitfield instructions and assorted special ops to TCG.ths4-195/+189
2008-06-12Reimplement brcond2 and refactor brcondmalc1-51/+52
2008-06-12TCGify the simplest FP instructions.ths3-52/+14
2008-06-12TCGify a few more instructions.ths5-89/+38
2008-06-11Update TODO list.ths1-0/+5
2008-06-11Call most FP helpers without deroute through op.cths4-364/+154