summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-04Remove the temporaries cache of the MIPS target.ths1-83/+46
2008-06-04Fix pointer calculation for MIPS64 targets.ths1-6/+6
2008-06-04fixed exceptions for cpuid and invlpgbellard1-0/+6
2008-06-04GIF flag handling fix (Alexander Graf)bellard1-2/+2
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard7-109/+110
2008-06-04updatebellard1-2/+8
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard4-25/+47
2008-06-04EFER loading fixes, including SVME bitbellard3-27/+24
2008-06-04Add sysrq to key names known by "sendkey".balrog1-0/+1
2008-06-04Refactor and fix do_sendkey (Jan Kiszka).balrog1-23/+28
2008-06-04Delete duplicate code.ths1-3/+0
2008-06-03Spelling fixes, by Stefan Weil.ths13-17/+17
2008-06-02Multithreaded locking for mmap().pbrook3-28/+98
2008-06-02Fix location of futex.h.pbrook2-4/+5
2008-06-02Fix type mismatch.ths1-2/+2
2008-06-02Fix argument order.ths1-2/+2
2008-06-02Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford.ths1-2/+7
2008-06-02Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...balrog1-15/+12
2008-06-02Mark a dead_tmp as such in ARM msr.balrog1-0/+1
2008-06-02Improve dependencies generation (malc).balrog1-1/+1
2008-06-02MusicPal: Restore display size after invalidation (Jan Kiszka).balrog1-2/+15