convert mux chardev to QemuOpts.
[qemu] / linux-user / elfload.c
2009-08-10 Laurent DesnoguesFix symfind.
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-18 malcUse correct byteswap routine for elf_note
2009-07-18 malcAvoid name clashes with symbols that leak from system...
2009-07-17 Laurent DesnoguesELF codedump build failures
2009-07-17 Paul BrookUserspace guest address offsetting
2009-06-16 Mika Westerberglinux-user: added x86 and x86_64 support for ELF coredump
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-05-15 Nathan Froydsupport ELF_HWCAP for PPPC
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 malcRemove all traces of __powerpc__
2008-10-22 pbrook* Use function pointers for symbol lookup (currently...
2008-10-05 blueswir1Export x86_stack_size in qemu.h
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-20 malcKludge to support linux-user on a PPC64
2008-06-07 pbrookMultithreaded locking fixes.
2008-03-26 pbrookImplement AT_CLKTCK.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 j_mayerPowerPC user-mode fix: MSR is now entirelly set-up...
2007-10-18 j_mayerUse the new TARGET_ABI32 feature to implement a ppc64ab...
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 blueswir1 Support for executing 32 bit SPARC32PLUS files for...
2007-10-08 thsCRIS Linux userland emulation, part 2. By Edgar E....
2007-10-07 j_mayerFix confusions between host and target long types.
2007-09-27 j_mayermemset string pages to zero to avoid putting random...
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-05 blueswir1 Fix 64 bit ELF file symbol lookup
2007-06-22 thsSetup stack properly, fixes wrong argc value problem...
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-13 thsMIPS linux-user update.
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2006-12-14 thsFix userland ELF loader for zero sized BSS.
2006-10-22 pbrookColdFire target.
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-06-11 pbrookbFLT loader (for uClinux binaries).
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-04 pbrookMake target_mmap always return -1 on failure.
2006-02-04 pbrookCorrectly initialize Arm CPU for Thumb entry points.
2005-11-26 bellardmips user emulation
2005-11-26 bellardadded AT_PLATFORM and AT_HWCAP for x86 (initial patch...
2005-10-30 bellardArm AT_HWCAP AUXV entry (Paul Brook)
2005-08-21 bellardfix AUX vector entries (Paul Brook)
2005-02-10 bellard64 bit support
2005-01-30 bellardinitial sparc64 support
2004-12-19 bellardSPARC merge
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-19 bellardbuffer overflow fix
2004-05-20 bellard64 bit fix (Jocelyn Mayer)
2004-02-22 bellarduse kernel like macros for user access (will be useful...
2004-01-18 bellardavoid exiting directly if file not found
2004-01-18 bellardsuppressed cast to lvalue
2004-01-04 bellardaligned stack on 16 byte boundary - PPC target fixes...
2003-11-23 bellardPowerPC target support (Jocelyn Mayer) - added better...
2003-09-30 bellardsparc support - hack to fix case where real_host_page_s...
2003-07-09 bellardARM init fix
2003-06-15 bellardARM emulation support
2003-06-09 bellardremoved unused code
2003-05-13 bellardmmap emulation
2003-04-29 bellardsymbol fix
2003-04-11 bellardpath patch
2003-04-10 bellardfirst self virtualizable version
2003-04-07 bellardmoved i386 specific stuff outside elf.h
2003-03-24 bellardld.so load fix
2003-03-24 bellardglibc2.2 fixes - more command line options - misc doc...
2003-03-23 bellarddistribution patches
2003-03-23 bellardbetter signal/exception support
2003-02-18 bellardendianness fixes
2003-02-18 bellardThis commit was generated by cvs2svn to compensate...