94 Commits (f80a7fc34e35293d209023d6d8f77d00a4e2c165)

Author SHA1 Message Date
Paul Brook 9f9f030928 Disassembler symbol lookup fix 16 years ago
Mike Frysinger 0ddbc96ec1 fix linux-user microblaze ELF_ARCH definition 16 years ago
Nathan Froyd 7631c97ec9 linux-user: add core dump support for SH 17 years ago
Nathan Froyd 7a93cc55e9 linux-user: add core dump support for M68K 17 years ago
Nathan Froyd 51e526063d linux-user: add core dump support for MIPS 17 years ago
Nathan Froyd e2f3e741b4 linux-user: add core dump support for PPC 17 years ago
Nathan Froyd d049e626ad linux-user: fix ARM core dumps on opposite-endian hosts 17 years ago
Nathan Froyd 21e807fadb linux-user: commonify definitions of target typedefs 17 years ago
Nathan Froyd dd0a365144 linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion 17 years ago
Aurelien Jarno 49995e1748 linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types 17 years ago
Richard Henderson 8a57a6c740 target-alpha: Drop bogus UNIQ initial value on Linux. 17 years ago
Riku Voipio cf6de34aec linux-user: Update ARM hwcaps 17 years ago
Paul Bolle 3bc0bdcaad linux-user: fix "#if 0"'d printf() 17 years ago
Anthony Liguori c227f0995e Revert "Get rid of _t suffix" 17 years ago
malc 99a0949b72 Get rid of _t suffix 17 years ago
Michael S. Tsirkin 6ece4df63b elfload: fix coding style nit 17 years ago
Blue Swirl ca20cf32ab Compile loader only once 17 years ago
Blue Swirl 72cf2d4f0e Fix sys-queue.h conflict for good 17 years ago
Laurent Desnogues ec822001a2 Fix symfind. 17 years ago
Blue Swirl 7cba04f6de More NULL pointer fixes 17 years ago
malc 9fdca5aa5d Use correct byteswap routine for elf_note 17 years ago
malc 3efa9a672e Avoid name clashes with symbols that leak from system headers 17 years ago
Laurent Desnogues a2547a1378 ELF codedump build failures 17 years ago
Paul Brook 379f6698d7 Userspace guest address offsetting 17 years ago
Mika Westerberg 9edc5d7966 linux-user: added x86 and x86_64 support for ELF coredump 17 years ago
Mika Westerberg edf8e2af14 linux-user: implemented ELF coredump support for ARM target 17 years ago
Edgar E. Iglesias b779e29ed8 microblaze: linux-user support. 17 years ago
Nathan Froyd df84e4f345 support ELF_HWCAP for PPPC 17 years ago
aliguori 93fcfe39a0 Convert references to logfile/loglevel to use qemu_log*() macros 18 years ago
malc e58ffeb322 Remove all traces of __powerpc__ 18 years ago
pbrook 49918a752b * Use function pointers for symbol lookup (currently for elf32 and elf64, 18 years ago
blueswir1 440c7e85cc Export x86_stack_size in qemu.h 18 years ago
blueswir1 98448f58c1 Silence some warnings about uninitialized variables 18 years ago
blueswir1 b55266b5a2 Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
malc a6cc84f49c Kludge to support linux-user on a PPC64 18 years ago
pbrook d597536303 Multithreaded locking fixes. 18 years ago
pbrook a07c67dfcc Implement AT_CLKTCK. 18 years ago
bellard 2f6196984b suppressed tgetx and tputx (initial patch by Thayne Harbaugh) 19 years ago
bellard 579a97f7ff Linux user memory access API change (initial patch by Thayne Harbaugh) 19 years ago
ths 623a930ec3 Implement missing MIPS supervisor mode bits. 19 years ago
j_mayer a32ff1ad95 PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. 19 years ago
j_mayer e85e7c6ea4 Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target 19 years ago
blueswir1 992f48a036 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) 19 years ago
blueswir1 cb33da57aa Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator 19 years ago
ths 48733d195b CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. 19 years ago
j_mayer 863cf0b72c Fix confusions between host and target long types. 19 years ago
j_mayer 4118a97030 memset string pages to zero to avoid putting random data on the stack 19 years ago
j_mayer 92a343da3f New ppc64-linux-user target. 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago