aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-21Add VM save/load supportmalc
2008-06-21Add calls to pci_device_save/loadmalc
2008-06-20Update TODOblueswir1
2008-06-20Add support for boot_set commandblueswir1
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir1
2008-06-20Delete obsolete file.ths
2008-06-20Delete obsolete file.ths
2008-06-20Delete obsolete prototypes.ths
2008-06-20Convert unaligned load/store to TCG.ths
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir1
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard
2008-06-20Convert vr54xx multiply instructions to TCG.ths
2008-06-20cmpxchg fixesbellard
2008-06-19Remove now-dead code.ths
2008-06-19Convert remaining MIPS FP instructions to TCG.ths
2008-06-19Fix buffer overruns (reported by Julian Seward)blueswir1
2008-06-19Also fix 24 bit depthblueswir1
2008-06-19Fix crash when returning from monitor or serial console to normal TCX viewblueswir1
2008-06-18Make save function optionalaurel32
2008-06-18PPC: fix mtfsfiaurel32
2008-06-18Add image format option in monitor for removable mediaaurel32
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard
2008-06-18Save LR into proper place on callers stack framemalc
2008-06-15Avoid temporary variable use across basic blocks for udivxblueswir1
2008-06-15Fix Sparc32plus & Sparc64 debug outputblueswir1
2008-06-13Fix vm state save/loadmalc
2008-06-13ISA version of CS4231Amalc
2008-06-12Switch the standard multiplication instructions to TCG.ths
2008-06-12Switch bitfield instructions and assorted special ops to TCG.ths
2008-06-12Reimplement brcond2 and refactor brcondmalc
2008-06-12TCGify the simplest FP instructions.ths
2008-06-12TCGify a few more instructions.ths
2008-06-11Update TODO list.ths
2008-06-11Call most FP helpers without deroute through op.cths
2008-06-11Delete obsolete file.ths
2008-06-11Switch most MIPS FP load/stores to TCG.ths
2008-06-11Avoid gen_opc_buf overflow.ths
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths
2008-06-11Free some more temporaries.ths
2008-06-11Move FP TNs to cpu env.ths
2008-06-11using strncpy is *always* a bad ideabellard
2008-06-10Fix typo, by Laurent Desnogues.ths
2008-06-10Remove stray variablemalc
2008-06-10Fix data type mixup, spotted by malc.ths
2008-06-10ETRAX: More DMA context level related fixes.edgar_igl
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc
2008-06-09CRIS: Add (untested) cpu-state save/load.edgar_igl
2008-06-09ETRAX: Add NMI support to the watchdog and the interrupt controller.edgar_igl
2008-06-09CRIS: Emulate NMIs.edgar_igl
2008-06-09CRIS: Support RFN insn.edgar_igl