aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Windows build fix, namespace cleanup, fix error message, by Stefan Weil.ths1-19/+23
2006-12-22Support for unidirectional pipes, by Ed Swierk.ths1-6/+17
2006-12-22Fix -cdrom breakage.ths1-5/+5
2006-12-22SCSI emulation improvements, by Chuck Brazie.ths4-59/+343
2006-12-22Build fix for AIO (-dummy) on Windows, by Stefan Weil.ths1-0/+4
2006-12-22Escape filname printout properly, by Anthony Liguori and Julian Seward.ths4-3/+39
2006-12-22Fix CDROM change, by Anthony Liguori.ths1-0/+12
2006-12-22Daemonize option, by Anthony Liguori.ths2-0/+88
2006-12-22Unix domain socket support for VNC, by Anthony Liguori.ths4-37/+74
2006-12-21Run monitor over unix domain sockets, by Anthony Liguori.ths3-19/+102
2006-12-21Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.ths1-0/+3
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths2-1/+3
2006-12-21Don't cast lvalues, fixes compiler warning.ths1-2/+4
2006-12-21Avoid "unused variable" compiler warning.ths1-1/+2
2006-12-21Remove unused variable.ths1-1/+0
2006-12-21Silence a spurious gcc warning.ths1-1/+1
2006-12-21Fix compiler warnings, add signed versions of some swab functions.ths1-3/+15
2006-12-21Scrap SIGN_EXTEND32.ths6-78/+79
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths12-208/+957
2006-12-19Look for gcc3 (Anthony Liguori).pbrook1-17/+42
2006-12-18Add unassigned memory debugging code.pbrook1-0/+7
2006-12-16Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto.ths1-0/+1
2006-12-14Simple test for mips/mipsel, based on a test by Alexander Voropay.ths2-0/+71
2006-12-14Reduce VNC resize traffic, thanks Eduardo Felipe.ths1-1/+3
2006-12-14Fix userland ELF loader for zero sized BSS.ths1-3/+6
2006-12-11MIPS has also a fixed MMAP_SHIFT of 12.ths1-1/+1
2006-12-11MIPS FPU support for the gdb stub, by Daniel Jacobowitz.ths1-0/+48
2006-12-11Fix addrlen size, by David Woodhouse.ths1-1/+1
2006-12-11Spelling fixes, by Aurelien Jarno.ths1-3/+3
2006-12-11Implement -no-quit option, by Xavier Gnata.ths3-3/+19
2006-12-10Fix PCI config space overflow, by Herbert Xu.ths1-8/+16
2006-12-10Fix sector size overflow, by Herbert Xu.ths1-1/+1
2006-12-10Build fix for newer kernel headers, thanks Jason Wessel.ths1-1/+0
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths3-0/+12
2006-12-08Fix fstat for MIPS userland emulation, and add support for a cacheflushths1-1/+7
2006-12-07Fix build of MIPS target without FPU support.ths2-0/+26
2006-12-07Spelling fixes, thanks to Stefan Weil.ths5-5/+5
2006-12-07MIPS RTC emulation.ths2-1/+5
2006-12-07.cvsignore m68k-user.ths1-0/+1
2006-12-07Move date/time init to the RTC implementation.ths2-22/+25
2006-12-07Fix reset handling, CP0 isn't enabled by default (a fact which doesn'tths2-38/+31
2006-12-07Simplify mask construction.ths1-2/+2
2006-12-06Update copyright notice.ths1-0/+1
2006-12-06Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths4-86/+103
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths7-591/+2235
2006-12-06Dynamically translate MIPS mtc0 instructions.ths4-220/+423
2006-12-06Dynamically translate MIPS mfc0 instructions.ths4-147/+327
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths3-35/+116
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths6-8/+54
2006-12-06sparc-softmmu build fixths1-2/+2