summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-11Delete obsolete file.ths1-104/+0
2008-06-11Switch most MIPS FP load/stores to TCG.ths3-587/+426
2008-06-11Avoid gen_opc_buf overflow.ths1-2/+6
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths1-2/+2
2008-06-11Free some more temporaries.ths1-16/+11
2008-06-11Move FP TNs to cpu env.ths3-26/+27
2008-06-11using strncpy is *always* a bad ideabellard1-3/+2
2008-06-10Fix typo, by Laurent Desnogues.ths1-1/+1
2008-06-10Remove stray variablemalc1-1/+1
2008-06-10Fix data type mixup, spotted by malc.ths1-10/+4
2008-06-10ETRAX: More DMA context level related fixes.edgar_igl1-40/+70
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc2-113/+26
2008-06-09CRIS: Add (untested) cpu-state save/load.edgar_igl2-1/+89
2008-06-09ETRAX: Add NMI support to the watchdog and the interrupt controller.edgar_igl4-30/+119
2008-06-09CRIS: Emulate NMIs.edgar_igl3-16/+28
2008-06-09CRIS: Support RFN insn.edgar_igl2-0/+20
2008-06-09CRIS: Translator updates.edgar_igl1-7/+14
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard1-1/+1
2008-06-09Emit trampolines manually in prologuemalc1-38/+80
2008-06-09Fix test for signed div fast pathmalc1-1/+7
2008-06-09Add proper file header.pbrook1-1/+9
2008-06-09Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook2-2/+2
2008-06-09Use qemu_mallocz.pbrook1-2/+1
2008-06-09Prevent guest reusing host memory allocations.pbrook6-40/+134