aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-28PowerPC coding style and inlining fixes.j_mayer
2007-10-27PowerPC floating-point helper typo.j_mayer
2007-10-27PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer
2007-10-27PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer
2007-10-27Fix endianness bug for PowerPC stfiwx instruction.j_mayer
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-10-26Fix Windows build failure, by Stefan Weil.ths
2007-10-26For consistency, align the address to the cache line before using it,j_mayer
2007-10-26Bugfix in PowerPC dcbi instruction:j_mayer
2007-10-26Pretty dump for specific PowerPC instructions names.j_mayer
2007-10-26Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer
2007-10-26Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer
2007-10-25Fix PowerPC 64x64 bits multiplication overflow check.j_mayer
2007-10-25Use host-utils for Alpha 64x64 bits multiplications.j_mayer
2007-10-25Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer
2007-10-25Add PowerPC power-management state check callback.j_mayer
2007-10-25Implement power-management for all defined PowerPC CPUs.j_mayer
2007-10-25Restore a more maintainable version of the 64bit multiply code.ths
2007-10-25Update PowerPC emulation status file.j_mayer
2007-10-25Allow selection of all defined PowerPC 74xx (aka G4) CPUs.j_mayer
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer
2007-10-25Fix gdb stub for MIPS64.ths
2007-10-24Fix typo, spotted by Edivaldo de Araujo Pereira.ths
2007-10-24Remove bogus instruction decode.ths
2007-10-24Force proper sign extension for mfc0/mfhc0 on MIPS64.ths
2007-10-23Fix writable length of the index register.ths
2007-10-23Enforce proper sign extension for lwl/lwr on MIPS64.ths
2007-10-23Fix overflow when multiplying two large positive numbers.ths
2007-10-23Fix CLO calculation for MIPS64. And a small code cleanup.ths
2007-10-23Use the standard ASE check for MIPS-3D and MT.ths
2007-10-23Switch bc1any* instructions off if no MIPS-3D is implemented.ths
2007-10-21Support tap down script, by Wolfram Gloger.ths
2007-10-21Bugfix: now PCI NICs really work on PowerPC PreP platform.j_mayer
2007-10-21Allow use of PCI NICs on PowerPC PreP platform.j_mayer
2007-10-21New status file for Alpha emulation target.j_mayer
2007-10-20"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.ths
2007-10-20Physical hard disk drive for win32, by Stefan Weil.ths
2007-10-20Enable ACPI interrupts, by Igor Lvovsky.ths
2007-10-20Syscall target errno fixes, by Thayne Harbaugh.ths
2007-10-20Check the Galilleo config register instead of hardcoding the endianness.ths
2007-10-20Handle IBE on MIPS properly.ths
2007-10-20Don't install tools if $(TOOLS) is empty, by Thayne Harbaugh.ths
2007-10-20Avoid PreP target kernel freeze waiting for IRQs.j_mayer
2007-10-20 Update Sparc parts in documentationblueswir1
2007-10-20 Avoid gcc warningsblueswir1