Age | Commit message (Expand) | Author | Files | Lines |
2007-01-07 | Script to check for missing FORCE_RET. | pbrook | 1 | -0/+47 |
2007-01-07 | path_is_absolute() fix for win32 | bellard | 1 | -0/+5 |
2007-01-07 | removed redundant qemu_aio_flush() | bellard | 1 | -4/+0 |
2007-01-07 | win32 block device fixes (initial patch by kazu) | bellard | 2 | -16/+40 |
2007-01-07 | Japanese keyboard patch (kazu) | bellard | 2 | -0/+13 |
2007-01-06 | Unbreak the last patch. | ths | 1 | -2/+2 |
2007-01-06 | Different MIPS BIOS binary names per endianness, and more relaxed size | ths | 1 | -3/+7 |
2007-01-05 | Add new Etherboot ROMs for PXE boot. | ths | 3 | -0/+0 |
2007-01-05 | Reinitialize monitor upon reconnect, by Anthony Liguori. | ths | 4 | -7/+50 |
2007-01-05 | Configure check for alsa, by Bernhard Fischer. | ths | 1 | -0/+19 |
2007-01-05 | Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov. | ths | 1 | -2/+21 |
2007-01-05 | Fix for hard disk translation hints, by Volker Ruppert. | ths | 2 | -5/+17 |
2007-01-05 | Support for Bochs "growing" images, by Volker Ruppert. | ths | 1 | -5/+35 |
2007-01-05 | Fix comment, by Volker Ruppert. | ths | 1 | -2/+3 |
2007-01-05 | patch for block-raw.c for Solaris, by Ben Taylor. | ths | 2 | -0/+6 |
2007-01-05 | Add -boot n option for x86 using PXE, by Anthony Liguori. | ths | 4 | -6/+35 |
2007-01-05 | Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. | ths | 4 | -1/+48 |
2007-01-05 | PPC32 Trace Exception and Trap instruction, by Jason Wessel. | ths | 2 | -2/+2 |
2007-01-05 | Dynamic handling of guest mice, by Lonnie Mendez. | ths | 9 | -19/+176 |
2007-01-05 | Untangle the various CFLAGS/LDFLAGS flavours. Allow overriding the | ths | 3 | -75/+83 |
2007-01-03 | memsave monitor command | bellard | 1 | -0/+32 |
2007-01-03 | moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr... | bellard | 3 | -45/+45 |
2007-01-02 | Arm GIC stuck interrupt fix. | pbrook | 1 | -3/+6 |
2007-01-01 | Fix Makefile weirdness. | ths | 2 | -7/+2 |
2007-01-01 | Fix bad data type. | ths | 1 | -1/+1 |
2007-01-01 | Fix lwl/lwr for 64bit emulation, also debug output spec for 64bit emulation. | ths | 1 | -24/+26 |
2007-01-01 | Simplify code and fix formatting. | ths | 1 | -6/+6 |
2007-01-01 | Fix initrd load address. | ths | 1 | -1/+1 |
2007-01-01 | Remove duplicate TARGET_M68K case. | pbrook | 1 | -4/+0 |
2006-12-26 | bFLT loader commandline fix. | pbrook | 1 | -1/+1 |
2006-12-24 | Fix SCSI cdrom boot, thanks Blue Swirl. | ths | 4 | -9/+65 |
2006-12-23 | Null character instead of numeric null. | ths | 1 | -2/+2 |
2006-12-23 | Solaris SMBD hacks (Ben Taylor). | pbrook | 1 | -2/+7 |
2006-12-23 | Simplify error handling again. | ths | 1 | -7/+4 |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths | 10 | -15/+44 |
2006-12-23 | Use memory barriers in FORCE_RET / RETURN. | ths | 3 | -5/+5 |
2006-12-23 | Fix spelling. | ths | 1 | -1/+1 |
2006-12-23 | More serial ports for the mips machine. | ths | 1 | -1/+10 |
2006-12-23 | Fix build warning on Windows. | ths | 1 | -0/+6 |
2006-12-22 | Sparc64 build fix (Igor Kovalenko). | pbrook | 1 | -2/+2 |
2006-12-22 | Windows build fix, namespace cleanup, fix error message, by Stefan Weil. | ths | 1 | -19/+23 |
2006-12-22 | Support for unidirectional pipes, by Ed Swierk. | ths | 1 | -6/+17 |
2006-12-22 | Fix -cdrom breakage. | ths | 1 | -5/+5 |
2006-12-22 | SCSI emulation improvements, by Chuck Brazie. | ths | 4 | -59/+343 |
2006-12-22 | Build fix for AIO (-dummy) on Windows, by Stefan Weil. | ths | 1 | -0/+4 |
2006-12-22 | Escape filname printout properly, by Anthony Liguori and Julian Seward. | ths | 4 | -3/+39 |
2006-12-22 | Fix CDROM change, by Anthony Liguori. | ths | 1 | -0/+12 |
2006-12-22 | Daemonize option, by Anthony Liguori. | ths | 2 | -0/+88 |
2006-12-22 | Unix domain socket support for VNC, by Anthony Liguori. | ths | 4 | -37/+74 |
2006-12-21 | Run monitor over unix domain sockets, by Anthony Liguori. | ths | 3 | -19/+102 |