aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-06ETRAX machine updates.edgar_igl2-17/+23
2008-06-06Compile with debug.edgar_igl1-1/+1
2008-06-06Fix compiler warning.ths1-1/+1
2008-06-05Compile fix for Apple, by C.W. Betts.ths1-3/+3
2008-06-05Fix always_inline definition for Darwin, by Andreas Faerber.ths2-1/+5
2008-06-05Remove dead-code (else-block) from block-qcow.c, by Marc Bevand.ths1-25/+20
2008-06-05New qemu-img convert -B option, by Marc Bevand.ths4-8/+76
2008-06-05Update documentation for qemu-img convert options, by Marc Bevand.ths1-1/+1
2008-06-05Free constant temporaries.ths1-2/+20
2008-06-04save more CPU statebellard3-7/+39
2008-06-04SVM: added tsc_offsetbellard2-4/+8
2008-06-04Explicitly free temporaries.ths1-160/+130