summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-07Script to check for missing FORCE_RET.pbrook1-0/+47
2007-01-07path_is_absolute() fix for win32bellard1-0/+5
2007-01-07removed redundant qemu_aio_flush()bellard1-4/+0
2007-01-07win32 block device fixes (initial patch by kazu)bellard2-16/+40
2007-01-07Japanese keyboard patch (kazu)bellard2-0/+13
2007-01-06Unbreak the last patch.ths1-2/+2
2007-01-06Different MIPS BIOS binary names per endianness, and more relaxed sizeths1-3/+7
2007-01-05Add new Etherboot ROMs for PXE boot.ths3-0/+0
2007-01-05Reinitialize monitor upon reconnect, by Anthony Liguori.ths4-7/+50
2007-01-05Configure check for alsa, by Bernhard Fischer.ths1-0/+19
2007-01-05Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths1-2/+21
2007-01-05Fix for hard disk translation hints, by Volker Ruppert.ths2-5/+17
2007-01-05Support for Bochs "growing" images, by Volker Ruppert.ths1-5/+35
2007-01-05Fix comment, by Volker Ruppert.ths1-2/+3
2007-01-05patch for block-raw.c for Solaris, by Ben Taylor.ths2-0/+6
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