Age | Commit message (Expand) | Author | Files | Lines |
2008-06-06 | ETRAX machine updates. | edgar_igl | 2 | -17/+23 |
2008-06-06 | Compile with debug. | edgar_igl | 1 | -1/+1 |
2008-06-06 | Fix compiler warning. | ths | 1 | -1/+1 |
2008-06-05 | Compile fix for Apple, by C.W. Betts. | ths | 1 | -3/+3 |
2008-06-05 | Fix always_inline definition for Darwin, by Andreas Faerber. | ths | 2 | -1/+5 |
2008-06-05 | Remove dead-code (else-block) from block-qcow.c, by Marc Bevand. | ths | 1 | -25/+20 |
2008-06-05 | New qemu-img convert -B option, by Marc Bevand. | ths | 4 | -8/+76 |
2008-06-05 | Update documentation for qemu-img convert options, by Marc Bevand. | ths | 1 | -1/+1 |
2008-06-05 | Free constant temporaries. | ths | 1 | -2/+20 |
2008-06-04 | save more CPU state | bellard | 3 | -7/+39 |
2008-06-04 | SVM: added tsc_offset | bellard | 2 | -4/+8 |
2008-06-04 | Explicitly free temporaries. | ths | 1 | -160/+130 |
2008-06-04 | Remove the temporaries cache of the MIPS target. | ths | 1 | -83/+46 |
2008-06-04 | Fix pointer calculation for MIPS64 targets. | ths | 1 | -6/+6 |
2008-06-04 | fixed exceptions for cpuid and invlpg | bellard | 1 | -0/+6 |
2008-06-04 | GIF flag handling fix (Alexander Graf) | bellard | 1 | -2/+2 |
2008-06-04 | reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke... | bellard | 7 | -109/+110 |
2008-06-04 | update | bellard | 1 | -2/+8 |
2008-06-04 | 32 bit SVM fixes - INVLPG and INVLPGA updates | bellard | 4 | -25/+47 |
2008-06-04 | EFER loading fixes, including SVME bit | bellard | 3 | -27/+24 |
2008-06-04 | Add sysrq to key names known by "sendkey". | balrog | 1 | -0/+1 |
2008-06-04 | Refactor and fix do_sendkey (Jan Kiszka). | balrog | 1 | -23/+28 |
2008-06-04 | Delete duplicate code. | ths | 1 | -3/+0 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths | 13 | -17/+17 |
2008-06-02 | Multithreaded locking for mmap(). | pbrook | 3 | -28/+98 |
2008-06-02 | Fix location of futex.h. | pbrook | 2 | -4/+5 |
2008-06-02 | Fix type mismatch. | ths | 1 | -2/+2 |
2008-06-02 | Fix argument order. | ths | 1 | -2/+2 |
2008-06-02 | Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford. | ths | 1 | -2/+7 |
2008-06-02 | Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be... | balrog | 1 | -15/+12 |
2008-06-02 | Mark a dead_tmp as such in ARM msr. | balrog | 1 | -0/+1 |
2008-06-02 | Improve dependencies generation (malc). | balrog | 1 | -1/+1 |
2008-06-02 | MusicPal: Restore display size after invalidation (Jan Kiszka). | balrog | 1 | -2/+15 |
2008-06-02 | Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti). | balrog | 1 | -5/+7 |
2008-06-02 | Don't forget to save VNC FB dimensions after resize (Brad Campbell). | balrog | 1 | -8/+10 |
2008-06-02 | Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. | balrog | 7 | -15/+183 |
2008-06-02 | Factor out common SharpSL PDA code (Dmitry Baryshkov). | balrog | 4 | -288/+324 |
2008-06-02 | Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl). | balrog | 1 | -0/+4 |
2008-06-02 | Enable SD card on creation. | balrog | 1 | -0/+1 |
2008-06-02 | Make -mtdblock optional again. | balrog | 1 | -6/+3 |
2008-06-01 | Fix compilation warning | blueswir1 | 1 | -2/+2 |
2008-05-31 | Mark host brk() area as reserved. | pbrook | 3 | -0/+18 |
2008-05-31 | Add TLS sections. | pbrook | 1 | -0/+2 |
2008-05-31 | Make signal queues per thread. | pbrook | 4 | -173/+204 |
2008-05-31 | Fix usermode build. | pbrook | 1 | -1/+1 |
2008-05-31 | Add more SuperSparcs | blueswir1 | 1 | -0/+36 |
2008-05-30 | Copy siginfo.si_code. | pbrook | 1 | -1/+1 |
2008-05-30 | Translate whole of target_sigset. Use host sigset accessors. | pbrook | 1 | -38/+30 |
2008-05-30 | Fix structure type in sigtimedwait syscall. | pbrook | 1 | -2/+2 |
2008-05-30 | support of long calls for PPC (malc) | bellard | 3 | -34/+82 |