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