summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-05Add -boot n option for x86 using PXE, by Anthony Liguori.ths4-6/+35
2007-01-05Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths4-1/+48
2007-01-05PPC32 Trace Exception and Trap instruction, by Jason Wessel.ths2-2/+2
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths9-19/+176
2007-01-05Untangle the various CFLAGS/LDFLAGS flavours. Allow overriding theths3-75/+83
2007-01-03memsave monitor commandbellard1-0/+32
2007-01-03moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr...bellard3-45/+45
2007-01-02Arm GIC stuck interrupt fix.pbrook1-3/+6
2007-01-01Fix Makefile weirdness.ths2-7/+2
2007-01-01Fix bad data type.ths1-1/+1
2007-01-01Fix lwl/lwr for 64bit emulation, also debug output spec for 64bit emulation.ths1-24/+26
2007-01-01Simplify code and fix formatting.ths1-6/+6
2007-01-01Fix initrd load address.ths1-1/+1
2007-01-01Remove duplicate TARGET_M68K case.pbrook1-4/+0
2006-12-26bFLT loader commandline fix.pbrook1-1/+1
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths4-9/+65
2006-12-23Null character instead of numeric null.ths1-2/+2
2006-12-23Solaris SMBD hacks (Ben Taylor).pbrook1-2/+7
2006-12-23Simplify error handling again.ths1-7/+4
2006-12-23Check ELF binaries for machine type and endianness.ths10-15/+44
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths3-5/+5
2006-12-23Fix spelling.ths1-1/+1
2006-12-23More serial ports for the mips machine.ths1-1/+10
2006-12-23Fix build warning on Windows.ths1-0/+6
2006-12-22Sparc64 build fix (Igor Kovalenko).pbrook1-2/+2
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