aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-02Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog1-5/+7
2008-06-02Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog1-8/+10
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog7-15/+183
2008-06-02Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog4-288/+324
2008-06-02Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog1-0/+4
2008-06-02Enable SD card on creation.balrog1-0/+1
2008-06-02Make -mtdblock optional again.balrog1-6/+3
2008-06-01Fix compilation warningblueswir11-2/+2
2008-05-31Mark host brk() area as reserved.pbrook3-0/+18
2008-05-31Add TLS sections.pbrook1-0/+2
2008-05-31Make signal queues per thread.pbrook4-173/+204
2008-05-31Fix usermode build.pbrook1-1/+1
2008-05-31Add more SuperSparcsblueswir11-0/+36
2008-05-30Copy siginfo.si_code.pbrook1-1/+1
2008-05-30Translate whole of target_sigset. Use host sigset accessors.pbrook1-38/+30
2008-05-30Fix structure type in sigtimedwait syscall.pbrook1-2/+2