Age | Commit message (Expand) | Author | Files | Lines |
2007-10-26 | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 22 | -125/+203 |
2007-10-26 | Fix Windows build failure, by Stefan Weil. | ths | 1 | -3/+4 |
2007-10-26 | For consistency, align the address to the cache line before using it, | j_mayer | 1 | -2/+2 |
2007-10-26 | Bugfix in PowerPC dcbi instruction: | j_mayer | 1 | -5/+2 |
2007-10-26 | Pretty dump for specific PowerPC instructions names. | j_mayer | 1 | -35/+75 |
2007-10-26 | Make PowerPC hypervisor resources able to compile, even if not enabled for now. | j_mayer | 1 | -6/+18 |
2007-10-26 | Bugfix: PowerPC 64 slbia never invalidates the first segment entry. | j_mayer | 1 | -1/+2 |
2007-10-25 | Fix PowerPC 64x64 bits multiplication overflow check. | j_mayer | 1 | -1/+2 |
2007-10-25 | Use host-utils for Alpha 64x64 bits multiplications. | j_mayer | 3 | -25/+11 |
2007-10-25 | Use host-utils for PowerPC 64 64x64 bits multiplications. | j_mayer | 3 | -78/+3 |
2007-10-25 | Add PowerPC power-management state check callback. | j_mayer | 1 | -0/+1 |
2007-10-25 | Implement power-management for all defined PowerPC CPUs. | j_mayer | 2 | -30/+174 |
2007-10-25 | Restore a more maintainable version of the 64bit multiply code. | ths | 1 | -34/+69 |
2007-10-25 | Update PowerPC emulation status file. | j_mayer | 1 | -20/+39 |
2007-10-25 | Allow selection of all defined PowerPC 74xx (aka G4) CPUs. | j_mayer | 1 | -36/+0 |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 11 | -471/+407 |
2007-10-25 | Fix gdb stub for MIPS64. | ths | 1 | -11/+28 |
2007-10-24 | Fix typo, spotted by Edivaldo de Araujo Pereira. | ths | 1 | -3/+3 |
2007-10-24 | Remove bogus instruction decode. | ths | 1 | -1/+0 |
2007-10-24 | Force proper sign extension for mfc0/mfhc0 on MIPS64. | ths | 1 | -2/+2 |
2007-10-23 | Fix writable length of the index register. | ths | 1 | -1/+8 |
2007-10-23 | Enforce proper sign extension for lwl/lwr on MIPS64. | ths | 1 | -1/+3 |
2007-10-23 | Fix overflow when multiplying two large positive numbers. | ths | 1 | -2/+4 |
2007-10-23 | Fix CLO calculation for MIPS64. And a small code cleanup. | ths | 1 | -5/+5 |
2007-10-23 | Use the standard ASE check for MIPS-3D and MT. | ths | 3 | -93/+80 |
2007-10-23 | Switch bc1any* instructions off if no MIPS-3D is implemented. | ths | 1 | -1/+9 |
2007-10-21 | Support tap down script, by Wolfram Gloger. | ths | 1 | -24/+59 |
2007-10-21 | Bugfix: now PCI NICs really work on PowerPC PreP platform. | j_mayer | 1 | -2/+2 |
2007-10-21 | Allow use of PCI NICs on PowerPC PreP platform. | j_mayer | 1 | -6/+1 |
2007-10-21 | New status file for Alpha emulation target. | j_mayer | 1 | -0/+33 |
2007-10-20 | "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain. | ths | 1 | -1/+1 |
2007-10-20 | Physical hard disk drive for win32, by Stefan Weil. | ths | 1 | -5/+4 |
2007-10-20 | Enable ACPI interrupts, by Igor Lvovsky. | ths | 1 | -0/+1 |
2007-10-20 | Syscall target errno fixes, by Thayne Harbaugh. | ths | 2 | -55/+100 |
2007-10-20 | Check the Galilleo config register instead of hardcoding the endianness. | ths | 1 | -22/+8 |
2007-10-20 | Handle IBE on MIPS properly. | ths | 3 | -1/+12 |
2007-10-20 | Don't install tools if $(TOOLS) is empty, by Thayne Harbaugh. | ths | 1 | -0/+2 |
2007-10-20 | Avoid PreP target kernel freeze waiting for IRQs. | j_mayer | 1 | -1/+1 |
2007-10-20 | Update Sparc parts in documentation | blueswir1 | 2 | -8/+16 |
2007-10-20 | Avoid gcc warnings | blueswir1 | 1 | -2/+2 |
2007-10-20 | Fix compiling Sparc64 on PPC host | blueswir1 | 2 | -0/+18 |
2007-10-18 | Use TARGET_ABI_DIR feature to unify PowerPC and PowerPC 64 definitions. | j_mayer | 7 | -709/+18 |
2007-10-18 | Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target | j_mayer | 3 | -11/+24 |
2007-10-18 | Only map BIOS space when it was actually loaded. | ths | 1 | -9/+8 |
2007-10-17 | Cast ELF datatypes properly to host 64bit types. | ths | 2 | -3/+6 |
2007-10-17 | Really update the image | blueswir1 | 1 | -0/+0 |
2007-10-17 | Use ldq and stq for 8 byte accesses (original patch by Robert Reif) | blueswir1 | 2 | -25/+30 |
2007-10-17 | Enable all alignment checks | blueswir1 | 1 | -48/+5 |
2007-10-17 | Update Sparc32 OpenBIOS image to SVN revision 171. Changes: | blueswir1 | 1 | -1/+2 |
2007-10-17 | Update TODO. | ths | 1 | -0/+6 |