Age | Commit message (Expand) | Author | Files | Lines |
2007-03-23 | Sparc tagged operations (Aurelien Jarno) | blueswir1 | 4 | -5/+194 |
2007-03-23 | Add missing PowerPC 64 instructions | j_mayer | 8 | -14/+326 |
2007-03-23 | Fix debug printf: we need different macros for target_ulong prints | j_mayer | 4 | -55/+65 |
2007-03-23 | Fix enough FPU/R2 support to get 24Kf going. | ths | 5 | -26/+66 |
2007-03-22 | PowerPC improvments: | j_mayer | 3 | -25/+104 |
2007-03-22 | PowerPC bugfixes: | j_mayer | 5 | -4/+110 |
2007-03-22 | Fix fcntl64 logic bug, by Kirill A. Shutemov. | ths | 1 | -0/+4 |
2007-03-22 | Win32 build fix. FIXME: This disables locking of the pidfile, a | ths | 1 | -0/+3 |
2007-03-21 | Fix Sparc branches, original patch by Aurelien Jarno | blueswir1 | 1 | -12/+12 |
2007-03-21 | Move mips CPU specific initialization to translate_init.c. | ths | 3 | -40/+61 |
2007-03-21 | Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer) | j_mayer | 2 | -4/+3 |
2007-03-20 | Ooops... Typo. | j_mayer | 1 | -1/+1 |
2007-03-20 | PowerPC 2.03 SPE extension - first pass. | j_mayer | 9 | -146/+3050 |
2007-03-20 | Add missing softfloat helpers. | j_mayer | 4 | -0/+158 |
2007-03-20 | fcntl64 fix, by Kirill A. Shutemov. | ths | 1 | -6/+18 |
2007-03-20 | SlavIO Counter-Timers fix, by Aurelien Jarno. | ths | 1 | -1/+0 |
2007-03-20 | SlavIO interrupt controller fix, by Aurelien Jarno. | ths | 1 | -1/+1 |
2007-03-20 | VMMouse Emulation, by Anthony Liguori. | ths | 5 | -1/+312 |
2007-03-19 | Barf on branches/jumps in branch delay slots. Spotted by Stefan Weil. | ths | 1 | -5/+13 |
2007-03-19 | Define gen_intermediate_code_internal as "static inline". | ths | 4 | -8/+12 |
2007-03-19 | Fix call to generated code on SPARC, by Juergen Keil. | ths | 1 | -0/+1 |
2007-03-19 | Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. | ths | 1 | -0/+10 |
2007-03-19 | Fix big endian host operation, by Ben Taylor and Igor Kovalenko. | ths | 1 | -3/+6 |
2007-03-19 | trunc() for Solaris 9 / SPARC, by Juergen Keil. | ths | 1 | -0/+6 |
2007-03-19 | Close file descriptors when execing network tap setup script, by | ths | 1 | -0/+8 |
2007-03-19 | Improve -pidfile option, by Anthony Liguori. | ths | 1 | -44/+37 |
2007-03-19 | Add -name option, by Anthony Liguori. | ths | 6 | -10/+42 |
2007-03-19 | SCSI fixes, by Wang Cheng Yeh. | ths | 1 | -3/+3 |
2007-03-19 | SPARC host fixes, by Ben Taylor. | ths | 3 | -35/+2 |
2007-03-19 | Handling more darwin-user syscalls, by Ilya Shar. | ths | 2 | -4/+34 |
2007-03-19 | Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov. | ths | 2 | -0/+24 |
2007-03-19 | Add missing header includes. | ths | 1 | -0/+2 |
2007-03-19 | Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov. | ths | 1 | -2/+2 |
2007-03-19 | Solaris needs -lrt, spotted by Ben Taylor. | ths | 1 | -1/+1 |
2007-03-19 | Support -cpu selection for mips usermode emulation. Fix segfault when | ths | 1 | -2/+10 |
2007-03-19 | Add -cpu option for linux user emulation. | j_mayer | 1 | -11/+23 |
2007-03-18 | Disable compiler options dangerous for op compilation. | ths | 2 | -19/+16 |
2007-03-18 | A VGA card for the Malta board. | ths | 2 | -0/+5 |
2007-03-18 | Fix BD flag handling, cause register contents, implement some more bits | ths | 4 | -13/+28 |
2007-03-18 | As icbi is not a priviledge instruction and is treated as a load by the MMU | j_mayer | 6 | -55/+83 |
2007-03-18 | MIPS -cpu selection support, by Herve Poussineau. | ths | 10 | -34/+137 |
2007-03-17 | OHCI USB PXA support (Andrzej Zaborowski). | pbrook | 6 | -37/+123 |
2007-03-17 | Note FPU enable/disable issue. | ths | 1 | -0/+2 |
2007-03-17 | Remove useless static specifier. | ths | 1 | -1/+1 |
2007-03-17 | Better ioport debugging output. | ths | 2 | -4/+6 |
2007-03-17 | Better way to select -lrt, by Andrzei Zaborowski. | ths | 3 | -6/+10 |
2007-03-17 | Don't fail for "revert to poweron defaults" IDE command, by Carlo | ths | 1 | -0/+2 |
2007-03-17 | Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon. | ths | 1 | -3/+3 |
2007-03-17 | Add PowerPC 64 target for tests. | j_mayer | 1 | -1/+1 |
2007-03-17 | Make it safe to use 64 bits GPR and/or 64 bits host registers. | j_mayer | 9 | -613/+3019 |