summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: commonify definitions of target typedefsNathan Froyd2009-12-191-22/+10
* linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd2009-12-191-1/+1
* linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno2009-12-191-1/+1
* target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson2009-12-131-3/+0
* linux-user: Update ARM hwcapsRiku Voipio2009-10-161-1/+8
* linux-user: fix "#if 0"'d printf()Paul Bolle2009-10-041-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-32/+32
* Get rid of _t suffixmalc2009-10-011-32/+32
* elfload: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* Compile loader only onceBlue Swirl2009-09-201-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-14/+14
* Fix symfind.Laurent Desnogues2009-08-101-1/+1
* More NULL pointer fixesBlue Swirl2009-08-011-1/+1
* Use correct byteswap routine for elf_notemalc2009-07-181-3/+3
* Avoid name clashes with symbols that leak from system headersmalc2009-07-181-37/+37
* ELF codedump build failuresLaurent Desnogues2009-07-171-29/+30
* Userspace guest address offsettingPaul Brook2009-07-171-0/+23
* linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg2009-06-161-0/+83
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-8/+920
* microblaze: linux-user support.Edgar E. Iglesias2009-05-261-0/+22
* support ELF_HWCAP for PPPCNathan Froyd2009-05-161-0/+58
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-1/+1
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-221-44/+98
* Export x86_stack_size in qemu.hblueswir12008-10-051-2/+0
* Silence some warnings about uninitialized variablesblueswir12008-09-301-0/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Kludge to support linux-user on a PPC64malc2008-08-201-0/+9
* Multithreaded locking fixes.pbrook2008-06-071-2/+2
* Implement AT_CLKTCK.pbrook2008-03-261-0/+1
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-14/+11
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-1/+2
* Implement missing MIPS supervisor mode bits.ths2007-10-281-1/+1
* PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer2007-10-271-1/+0
* Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer2007-10-181-3/+3
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-64/+74
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-23/+74
* CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths2007-10-081-0/+20
* Fix confusions between host and target long types.j_mayer2007-10-071-47/+61
* memset string pages to zero to avoid putting random data on the stackj_mayer2007-09-271-1/+2
* New ppc64-linux-user target.j_mayer2007-09-271-0/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-27/+27
* Fix 64 bit ELF file symbol lookupblueswir12007-07-051-1/+24
* Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths2007-06-221-1/+1
* Spelling fixes, by Stefan Weil.ths2007-06-031-2/+2
* MIPS linux-user update.ths2007-05-131-0/+7
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-061-0/+41
* Preliminary patch for Alpha Linux user mode emulation support.j_mayer2007-04-051-3/+28
* Fix userland ELF loader for zero sized BSS.ths2006-12-141-3/+6
OpenPOWER on IntegriCloud