aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-09Despite what the documentation says/implies, PTHREAD_STACK_MIN is often notpbrook1-0/+1
2008-06-09Switch remaining CP0 instructions to TCG or helper functions.ths5-1236/+1179
2008-06-09Add -mlongcall for PPC host (needed for MIPS for instance)malc1-0/+1
2008-06-09R_PPC_REL24 safety netmalc1-0/+8
2008-06-09Fix div[u]2.malc1-26/+65
2008-06-09Clean up MMIO TLB handling.pbrook7-176/+195
2008-06-09Fix the sendkey hold time calculation (Jan Kiszka).balrog1-2/+2
2008-06-09TC6393XB system features (Dmitry Baryshkov).balrog4-37/+301
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog2-25/+39
2008-06-08Register helper functions.ths2-7/+18
2008-06-08Check the returned audio_buf_info fieldsmalc1-0/+6
2008-06-08Fix error reporting under Win32 (CreateFile does not set errno)malc1-1/+6
2008-06-08Updatemalc1-0/+2
2008-06-08Fix some signedness issues caught by gcc 4.3malc3-6/+8
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook2-130/+16
2008-06-08Do not scare users with ominous error messages from AUD_open*malc1-31/+60
2008-06-07Implement thread creation.pbrook1-11/+137
2008-06-07Multithreaded locking fixes.pbrook10-237/+447
2008-06-07PPC TCG Fixesmalc2-48/+37
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir19-67/+144
2008-06-07Fix Sparc32plus GDBstub supportblueswir11-25/+39
2008-06-07Allocate a register pair instead of a single register.ths1-1/+1
2008-06-06undocumented 0x82 opcode is invalid in 64 bit codebellard1-1/+3
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard1-9/+15
2008-06-06CRIS: Add the P flag to the tb dependent flags.edgar_igl1-1/+1
2008-06-06CRIS translator updatesedgar_igl1-103/+212
2008-06-06Correct P flag assertion in rfe.edgar_igl1-1/+3
2008-06-06Make the tests run when built with experimental gcc-cris 4.4. Prettify the logs.edgar_igl3-10/+13
2008-06-06Add a testcase for broken x arithmetic sequences.edgar_igl1-0/+26
2008-06-06Increase the odds for the movei test to pass in system simulation.edgar_igl1-0/+3
2008-06-06Avoid warnings.edgar_igl2-1/+2