aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-10Fix symfind.Laurent Desnogues
2009-08-01More NULL pointer fixesBlue Swirl
2009-07-18Use correct byteswap routine for elf_notemalc
2009-07-18Avoid name clashes with symbols that leak from system headersmalc
2009-07-17ELF codedump build failuresLaurent Desnogues
2009-07-17Userspace guest address offsettingPaul Brook
2009-06-16linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-05-16support ELF_HWCAP for PPPCNathan Froyd
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Remove all traces of __powerpc__malc
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook
2008-10-05Export x86_stack_size in qemu.hblueswir1
2008-09-30Silence some warnings about uninitialized variablesblueswir1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-08-20Kludge to support linux-user on a PPC64malc
2008-06-07Multithreaded locking fixes.pbrook
2008-03-26Implement AT_CLKTCK.pbrook
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-27PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer
2007-10-18Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir1
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths
2007-10-07Fix confusions between host and target long types.j_mayer
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer
2007-09-27New ppc64-linux-user target.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-05 Fix 64 bit ELF file symbol lookupblueswir1
2007-06-22Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-05-13MIPS linux-user update.ths
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer
2006-12-14Fix userland ELF loader for zero sized BSS.ths
2006-10-22ColdFire target.pbrook
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard
2006-06-11bFLT loader (for uClinux binaries).pbrook
2006-04-27sh4 target (Samuel Tardieu)bellard
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-02-04Make target_mmap always return -1 on failure.pbrook
2006-02-04Correctly initialize Arm CPU for Thumb entry points.pbrook
2005-11-26mips user emulationbellard
2005-11-26added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)bellard
2005-10-30Arm AT_HWCAP AUXV entry (Paul Brook)bellard