summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson1-9/+0
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson1-97/+55
2010-06-16Usermode exec-stack fixPaul Brook1-0/+1
2010-05-29Pre-allocate guest address spacePaul Brook1-1/+1
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias1-2/+2
2010-05-19microblaze: Add linux-user core dumping support.Edgar E. Iglesias1-0/+18
2010-05-05Better default guest_basePaul Brook1-6/+67
2010-05-05Remove PAGE_RESERVEDPaul Brook1-6/+0
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley1-21/+2
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson1-1/+1
2010-03-12Fix usermode virtual address typePaul Brook1-2/+2
2010-03-01Disassembler symbol lookup fixPaul Brook1-2/+2
2010-01-17fix linux-user microblaze ELF_ARCH definitionMike Frysinger1-1/+1
2009-12-19linux-user: add core dump support for SHNathan Froyd1-0/+33
2009-12-19linux-user: add core dump support for M68KNathan Froyd1-0/+29
2009-12-19linux-user: add core dump support for MIPSNathan Froyd1-0/+46
2009-12-19linux-user: add core dump support for PPCNathan Froyd1-0/+26
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd1-19/+19
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd1-22/+10
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd1-1/+1
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno1-1/+1
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson1-3/+0
2009-10-16linux-user: Update ARM hwcapsRiku Voipio1-1/+8
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-32/+32
2009-10-01Get rid of _t suffixmalc1-32/+32
2009-09-30elfload: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-20Compile loader only onceBlue Swirl1-2/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-14/+14
2009-08-10Fix symfind.Laurent Desnogues1-1/+1
2009-08-01More NULL pointer fixesBlue Swirl1-1/+1
2009-07-18Use correct byteswap routine for elf_notemalc1-3/+3
2009-07-18Avoid name clashes with symbols that leak from system headersmalc1-37/+37
2009-07-17ELF codedump build failuresLaurent Desnogues1-29/+30
2009-07-17Userspace guest address offsettingPaul Brook1-0/+23
2009-06-16linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg1-0/+83
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-8/+920
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-0/+22
2009-05-16support ELF_HWCAP for PPPCNathan Froyd1-0/+58
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-1/+1
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-44/+98
2008-10-05Export x86_stack_size in qemu.hblueswir11-2/+0
2008-09-30Silence some warnings about uninitialized variablesblueswir11-0/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-08-20Kludge to support linux-user on a PPC64malc1-0/+9
2008-06-07Multithreaded locking fixes.pbrook1-2/+2
2008-03-26Implement AT_CLKTCK.pbrook1-0/+1
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-14/+11
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-1/+2