aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2010-06-16Usermode exec-stack fixPaul Brook
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias
2010-05-19microblaze: Add linux-user core dumping support.Edgar E. Iglesias
2010-05-05Better default guest_basePaul Brook
2010-05-05Remove PAGE_RESERVEDPaul Brook
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-01Disassembler symbol lookup fixPaul Brook
2010-01-17fix linux-user microblaze ELF_ARCH definitionMike Frysinger
2009-12-19linux-user: add core dump support for SHNathan Froyd
2009-12-19linux-user: add core dump support for M68KNathan Froyd
2009-12-19linux-user: add core dump support for MIPSNathan Froyd
2009-12-19linux-user: add core dump support for PPCNathan Froyd
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson
2009-10-16linux-user: Update ARM hwcapsRiku Voipio
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30elfload: fix coding style nitMichael S. Tsirkin
2009-09-20Compile loader only onceBlue Swirl
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