index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
2014-06-16
linux-user: Tell guest about big host page sizes
Alexander Graf
2014-06-16
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
2014-06-16
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
2014-06-09
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
2014-06-09
target-arm: A64: Implement AES instructions
Peter Maydell
2014-06-09
target-arm: A64: Implement CRC instructions
Peter Maydell
2014-06-09
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
2014-06-09
target-arm: add support for v8 VMULL.P64 instruction
Peter Maydell
2014-06-09
target-arm: add support for v8 SHA1 and SHA256 instructions
Ard Biesheuvel
2014-05-02
linux-user/elfload.c: Support ARM HWCAP2 flags
Peter Maydell
2014-05-02
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
Peter Maydell
2014-05-02
linux-user/elfload.c: Update ARM HWCAP bits
Peter Maydell
2014-05-02
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
Peter Maydell
2014-05-02
linux-user: Assert stack used for auxvec, envp, argv
James Hogan
2014-03-26
linux-user: Correct DLINFO_ITEMS
James Hogan
2014-03-17
linux-user: Don't reserve space for commpage for AArch64
Peter Maydell
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-02-18
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
Peter Maydell
2014-01-10
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
2013-09-10
linux-user: Add AArch64 support
Alexander Graf
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-07-09
linux-user: Change thread_env to CPUState
Andreas Färber
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-04-18
elfload: use abi_llong/ullong instead of target_llong/ullong
Paolo Bonzini
2013-04-18
elfload: use abi_int/uint instead of target_int/uint
Paolo Bonzini
2013-04-18
elfload: use abi_short/ushort instead of target_short/ushort
Paolo Bonzini
2013-04-18
elfload: use tswapreg consistently in elf_core_copy_regs
Paolo Bonzini
2013-04-18
elfload: fix size of registers for N32
Paolo Bonzini
2013-04-18
elfload: fix size of ABI-dependent fields in core dumps
Paolo Bonzini
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-10-05
linux-user: remove two unchecked uses of strdup
Jim Meyering
2012-08-14
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
2012-08-14
linux-user: Factor out guest space probing into a function
Meador Inge
2012-07-27
target-or32: Add linux user support
Jia Liu
2012-04-06
Userspace ARM BE8 support
Paul Brook
2012-04-06
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
Benoit Canet
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
linux-user: Don't overuse CPUState
Andreas Färber
2012-02-02
linux-user: save auxv length
Alexander Graf
2012-01-10
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
2011-12-02
fix spelling in linux-user sub directory
Dong Xu Wang
2011-11-11
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
Peter Maydell
2011-10-27
ppc64-linux-user: Properly interpret the entry function descriptor.
Richard Henderson
2011-09-09
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
Dr. David Alan Gilbert
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-14
set ELF_HWCAP for SPARC and SPARC64
Artyom Tarasenko
2011-06-21
linux-user: Define AT_RANDOM to support target stack protection mechanism.
Laurent ALFONSI
2011-06-21
linux-user: Handle images where lowest vaddr is not page aligned
Peter Maydell
2011-06-21
linux-user: Fix the load of ELF files that have no "useful" symbol
Cédric VINCENT
[next]