summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-0/+4
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-2/+1
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-55/+55
* linux-user: remove unused image_info membersStefan Brüns2015-09-281-3/+0
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-0/+1
* arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite2015-09-251-24/+4
* linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite2015-09-251-0/+4
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-151-0/+23
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-2/+0
* linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim2015-06-151-1/+2
* linux-user: Add HWCAP for SH4Richard Henderson2015-06-121-0/+29
* linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota2015-04-301-2/+1
* linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell2015-01-201-2/+5
* linux-user: Do not subtract offset from end addressTom Musta2014-11-111-1/+1
* elf: take phdr offset into account when calculating the program load addressJonas Maebe2014-11-031-1/+1
* linux-user: Let user specify random seedMagnus Reftel2014-11-031-1/+0
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-9/+9
* linux-user: Move get_ppc64_abiTom Musta2014-08-221-9/+0
* linux-user: Support HWCAP2 in PowerPCTom Musta2014-06-271-0/+31
* linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta2014-06-271-0/+8
* linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta2014-06-271-2/+3
* User mode support for Linux ELF files with no section headerCraig Heffner2014-06-171-1/+0
* linux-user: Tell guest about big host page sizesAlexander Graf2014-06-161-1/+1
* target-ppc: Confirm That .bss Pages Are ValidTom Musta2014-06-161-3/+4
* target-ppc: Support little-endian PPC64 in user mode.Doug Kwan2014-06-161-2/+15
* target-arm: A64: Implement two-register SHA instructionsPeter Maydell2014-06-091-0/+2
* target-arm: A64: Implement AES instructionsPeter Maydell2014-06-091-0/+1
* target-arm: A64: Implement CRC instructionsPeter Maydell2014-06-091-0/+1
* target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell2014-06-091-1/+1
* target-arm: add support for v8 VMULL.P64 instructionPeter Maydell2014-06-091-0/+1
* target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel2014-06-091-0/+2
* linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2014-05-021-1/+29
* linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell2014-05-021-13/+73
* linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell2014-05-021-2/+20
* linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell2014-05-021-4/+5
* linux-user: Assert stack used for auxvec, envp, argvJames Hogan2014-05-021-0/+2
* linux-user: Correct DLINFO_ITEMSJames Hogan2014-03-261-1/+1
* linux-user: Don't reserve space for commpage for AArch64Peter Maydell2014-03-171-1/+4
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-4/+6
* linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell2014-02-181-4/+12
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-2/+1
* linux-user: Add AArch64 supportAlexander Graf2013-09-101-2/+13
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-1/+1
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-7/+9
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-3/+4
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-1/+1
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-181-2/+2
OpenPOWER on IntegriCloud