aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-06-09CRIS: Translator updates.edgar_igl
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard
2008-06-09Emit trampolines manually in prologuemalc
2008-06-09Fix test for signed div fast pathmalc
2008-06-09Add proper file header.pbrook
2008-06-09Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook
2008-06-09Use qemu_mallocz.pbrook
2008-06-09Prevent guest reusing host memory allocations.pbrook
2008-06-09Despite what the documentation says/implies, PTHREAD_STACK_MIN is often notpbrook
2008-06-09Switch remaining CP0 instructions to TCG or helper functions.ths
2008-06-09Add -mlongcall for PPC host (needed for MIPS for instance)malc
2008-06-09R_PPC_REL24 safety netmalc
2008-06-09Fix div[u]2.malc
2008-06-09Clean up MMIO TLB handling.pbrook
2008-06-09Fix the sendkey hold time calculation (Jan Kiszka).balrog
2008-06-09TC6393XB system features (Dmitry Baryshkov).balrog
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog
2008-06-08Register helper functions.ths
2008-06-08Check the returned audio_buf_info fieldsmalc
2008-06-08Fix error reporting under Win32 (CreateFile does not set errno)malc
2008-06-08Updatemalc
2008-06-08Fix some signedness issues caught by gcc 4.3malc
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook
2008-06-08Do not scare users with ominous error messages from AUD_open*malc
2008-06-07Implement thread creation.pbrook
2008-06-07Multithreaded locking fixes.pbrook