PCI device saving for GT64xxx.
[qemu] / linux-user /
2007-06-03 thsFix typo in comment.
2007-06-03 thsAdd __mips__to mmap specialcase.
2007-06-03 thsIPC message translation.
2007-06-03 thsSemaphore structure mapping, by Stuart Anderson.
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-06-01 thsDelete leftover Status FPU flag check.
2007-06-01 thslinux-user errno mapping, by Stuart Anderson.
2007-06-01 thsPatch for pipe() result handling, by Stuart Anderson.
2007-06-01 thsFix struct stat mapping for MIPS, by Stuart Anderson.
2007-05-28 thsSync __target_cmsg_nxthdr implementation with kernel...
2007-05-28 thsRevert last change, this workaround is long obsolete.
2007-05-28 thsFix do_socketcall argument, by Daniel Jacobowitz.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-26 pbrookRework m68k cpu feature flags.
2007-05-26 pbrookSuppress pointer from integer of different size warning.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-13 thsMIPS linux-user update.
2007-04-26 thsUse 16-bit uid wrappers, by Magnus Damm.
2007-04-19 j_mayertermios structure definition fix by Stuart Anderson.
2007-04-15 pbrookbFLT loader alignment fix.
2007-04-14 j_mayerFix incorrect pointers casts.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-08 blueswir1Sparc32/64 CPU selection for user emulator
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-06 j_mayerCode provision for 64 bits linux user-mode targets...
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2007-04-05 j_mayerDefinitions needed for Alpha linux user-mode emulation.
2007-04-01 thsConditionalize more syscall implementations, by Mike...
2007-03-31 thsDon't let sigaction handle SIGKILL/SIGSTOP, by Stuart...
2007-03-31 thsfcntl() remaining fix, by Stuart Anderson.
2007-03-22 thsFix fcntl64 logic bug, by Kirill A. Shutemov.
2007-03-20 thsfcntl64 fix, by Kirill A. Shutemov.
2007-03-19 thsLinux usermode clock_gettime/clock_getres emulation...
2007-03-19 thsAdd missing header includes.
2007-03-19 thsFix allocation sizes in getpeername/getsockname, spotte...
2007-03-19 thsSupport -cpu selection for mips usermode emulation...
2007-03-19 j_mayerAdd -cpu option for linux user emulation.
2007-03-17 pbrookUsermode recv syscall fix.
2007-03-15 pbrookAlign stack when loading bFLT binaries.
2007-03-08 pbrookImplement --cpu for ARM.
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-28 thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-17 thsUserland mount syscall emulation, by Kirill A. Shutemov.
2007-02-11 thsFix previous Linux userland emulation breakage.
2007-02-11 thsLinux userland emulation of prctl, from Debian patchset.
2007-02-11 thsLinux userland emulation of syslog, from Debian patchset.
2007-02-05 bellardcopyright update
2007-02-02 thssem* and msg* for qemu, part2, by Kirill Shutemov.
2007-02-02 thssem* and msg* for qemu, part1, by Kirill Shutemov.
2007-01-20 pbrookAdd ARM Angel semihosting to system emulation.
2007-01-05 thsSupport fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by...
2006-12-26 pbrookbFLT loader commandline fix.
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 thsFix addrlen size, by David Woodhouse.
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-11-19 pbrookAdd missing ARM syscall numbers.
2006-11-19 pbrookArm semihosted commandline support (Wolfgang Schildbach).
2006-11-19 pbrookRemove do_socketcallwrapper.
2006-11-04 pbrookMIPS usermode debug exceptions (Dave Denholm).
2006-10-28 bellardremoved invalid code
2006-10-23 bellardsparc64 syscall fix (Blue Swirl)
2006-10-22 pbrookColdFire target.
2006-10-21 pbrookbFLT 64-bit host fix.
2006-09-24 bellardadded cpu_smm_update()
2006-09-09 pbrookARM 64-bit host fix.
2006-07-18 bellardSparc64 host support (Blue Swirl)
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-13 bellardnew clock logic: cpu ticks and virtual clocks are no...
2006-06-27 bellardinitial MIPS signal handling (initial patch by Raphael...
2006-06-24 bellardmips socket calls (initial patch by Raphael Rigo)
2006-06-21 bellardsparc user fixes (Blue Swirl)
2006-06-18 pbrookSH bugfixes.
2006-06-17 pbrookSH usermode fault handling.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-14 bellardMIPS FPU support in linux user emulation
2006-06-14 bellarduse glibc syscall (David Woodhouse)
2006-06-11 pbrookbFLT loader (for uClinux binaries).
2006-05-14 pbrookTeach usermode emulation how to lie about uname -r.
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-04-24 bellardia64 fixes
2006-04-16 pbrookImplement acct and pretend to implement madvise.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-03-11 pbrookFix FPA condition codes (Ulrich Hecht).
2006-02-20 pbrookAdd Arm926 core support.
2006-02-09 pbrookArm Linux EABI syscall support.
2006-02-04 pbrookMake target_mmap always return -1 on failure.
2006-02-04 pbrookImplement Arm BKPT instruction.
2006-02-04 pbrookCorrectly initialize Arm CPU for Thumb entry points.
2005-12-18 bellardlog typos
2005-12-05 bellardhandle coprocessor exceptions
2005-11-28 bellardstatfs fix
2005-11-28 bellardcorrect ioctls
2005-11-28 bellarduid32 syscalls
2005-11-26 bellardmips user emulation
2005-11-26 bellardadded AT_PLATFORM and AT_HWCAP for x86 (initial patch...
next