qemu
2007-01-07 bellardwin32 block device fixes (initial patch by kazu)
2007-01-07 bellardJapanese keyboard patch (kazu)
2007-01-06 thsUnbreak the last patch.
2007-01-06 thsDifferent MIPS BIOS binary names per endianness, and...
2007-01-05 thsAdd new Etherboot ROMs for PXE boot.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2007-01-05 thsConfigure check for alsa, by Bernhard Fischer.
2007-01-05 thsSupport fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by...
2007-01-05 thsFix for hard disk translation hints, by Volker Ruppert.
2007-01-05 thsSupport for Bochs "growing" images, by Volker Ruppert.
2007-01-05 thsFix comment, by Volker Ruppert.
2007-01-05 thspatch for block-raw.c for Solaris, by Ben Taylor.
2007-01-05 thsAdd -boot n option for x86 using PXE, by Anthony Liguori.
2007-01-05 thsAdd -option-rom option to allow loading of PCI option...
2007-01-05 thsPPC32 Trace Exception and Trap instruction, by Jason...
2007-01-05 thsDynamic handling of guest mice, by Lonnie Mendez.
2007-01-05 thsUntangle the various CFLAGS/LDFLAGS flavours. Allow...
2007-01-03 bellardmemsave monitor command
2007-01-03 bellardmoved invalidate_tlb() to helper.c as a work around...
2007-01-02 pbrookArm GIC stuck interrupt fix.
2007-01-01 thsFix Makefile weirdness.
2007-01-01 thsFix bad data type.
2007-01-01 thsFix lwl/lwr for 64bit emulation, also debug output...
2007-01-01 thsSimplify code and fix formatting.
2007-01-01 thsFix initrd load address.
2007-01-01 pbrookRemove duplicate TARGET_M68K case.
2006-12-26 pbrookbFLT loader commandline fix.
2006-12-24 thsFix SCSI cdrom boot, thanks Blue Swirl.
2006-12-23 thsNull character instead of numeric null.
2006-12-23 pbrookSolaris SMBD hacks (Ben Taylor).
2006-12-23 thsSimplify error handling again.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-12-23 thsUse memory barriers in FORCE_RET / RETURN.
2006-12-23 thsFix spelling.
2006-12-23 thsMore serial ports for the mips machine.
2006-12-23 thsFix build warning on Windows.
2006-12-22 pbrookSparc64 build fix (Igor Kovalenko).
2006-12-22 thsWindows build fix, namespace cleanup, fix error message...
2006-12-22 thsSupport for unidirectional pipes, by Ed Swierk.
2006-12-22 thsFix -cdrom breakage.
2006-12-22 thsSCSI emulation improvements, by Chuck Brazie.
2006-12-22 thsBuild fix for AIO (-dummy) on Windows, by Stefan Weil.
2006-12-22 thsEscape filname printout properly, by Anthony Liguori...
2006-12-22 thsFix CDROM change, by Anthony Liguori.
2006-12-22 thsDaemonize option, by Anthony Liguori.
2006-12-22 thsUnix domain socket support for VNC, by Anthony Liguori.
2006-12-21 thsRun monitor over unix domain sockets, by Anthony Liguori.
2006-12-21 thsFix "inaccessible boot device" on FreeBSD, by Juergen...
2006-12-21 thsEnable TCP_NODELAY, by Daniel Jacobowitz.
2006-12-21 thsDon't cast lvalues, fixes compiler warning.
2006-12-21 thsAvoid "unused variable" compiler warning.
2006-12-21 thsRemove unused variable.
2006-12-21 thsSilence a spurious gcc warning.
2006-12-21 thsFix compiler warnings, add signed versions of some...
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-19 pbrookLook for gcc3 (Anthony Liguori).
2006-12-18 pbrookAdd unassigned memory debugging code.
2006-12-16 thsFix erraneous fallthrough in MIPS trap implementation...
2006-12-14 thsSimple test for mips/mipsel, based on a test by Alexand...
2006-12-14 thsReduce VNC resize traffic, thanks Eduardo Felipe.
2006-12-14 thsFix userland ELF loader for zero sized BSS.
2006-12-11 thsMIPS has also a fixed MMAP_SHIFT of 12.
2006-12-11 thsMIPS FPU support for the gdb stub, by Daniel Jacobowitz.
2006-12-11 thsFix addrlen size, by David Woodhouse.
2006-12-11 thsSpelling fixes, by Aurelien Jarno.
2006-12-11 thsImplement -no-quit option, by Xavier Gnata.
2006-12-10 thsFix PCI config space overflow, by Herbert Xu.
2006-12-10 thsFix sector size overflow, by Herbert Xu.
2006-12-10 thsBuild fix for newer kernel headers, thanks Jason Wessel.
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-08 thsFix fstat for MIPS userland emulation, and add support...
2006-12-07 thsFix build of MIPS target without FPU support.
2006-12-07 thsSpelling fixes, thanks to Stefan Weil.
2006-12-07 thsMIPS RTC emulation.
2006-12-07 ths.cvsignore m68k-user.
2006-12-07 thsMove date/time init to the RTC implementation.
2006-12-07 thsFix reset handling, CP0 isn't enabled by default (a...
2006-12-07 thsSimplify mask construction.
2006-12-06 thsUpdate copyright notice.
2006-12-06 thsMove the MIPS CPU timer in a seperate file, by Alec...
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsDynamically translate MIPS mtc0 instructions.
2006-12-06 thsDynamically translate MIPS mfc0 instructions.
2006-12-06 thsHalt/reboot support for Linux, by Daniel Jacobowitz...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-12-06 thssparc-softmmu build fix
2006-11-19 pbrookAdd casts for 64-bit hosts.
2006-11-19 pbrookAdd missing ARM syscall numbers.
2006-11-19 pbrookArm semihosted commandline support (Wolfgang Schildbach).
2006-11-19 pbrookRemove do_socketcallwrapper.
2006-11-14 pbrookARM timer counts down, not up.
2006-11-12 pbrookMIPS FPU fixes (Daniel Jacobowitz).
2006-11-12 pbrookM68k build fix.
2006-11-12 pbrookAvoid redundant TLB flushes (Daniel Jacobowitz).
2006-11-12 pbrookSpeed up tlb_flush_page (Daniel Jacobowitz).
2006-11-04 pbrookMIPS usermode debug exceptions (Dave Denholm).
2006-11-01 bellardupdate from latest Bochs BIOS
2006-11-01 pbrookRemove FD on close.
2006-10-29 pbrookMips IDE support. (Aurelien Jarno)
next