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
/
include
/
hw
/
elf_ops.h
Age
Commit message (
Expand
)
Author
2020-06-10
hw/elf_ops: Do not ignore write failures when loading ELF
Philippe Mathieu-Daudé
2020-05-04
elf_ops: Don't try to g_mapped_file_unref(NULL)
Peter Maydell
2020-04-07
elf-ops: bail out if we have no function symbols
Alex Bennée
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-09-16
elf-ops.h: fix int overflow in load_elf()
Stefano Garzarella
2019-08-20
elf-ops.h: Map into memory the ELF to load
Stefano Garzarella
2019-08-20
loader: Handle memory-mapped ELFs
Stefano Garzarella
2019-02-05
elf-ops.h: Add get_elf_note_type()
Liam Merwick
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
remove space-tab sequences
Paolo Bonzini
2018-12-14
elf_ops.h: Use address_space_write() to write memory
Peter Maydell
2018-08-24
elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
Aleksandar Rikalo
2018-03-07
Add symbol table callback interface to load_elf
Michael Clark
2017-09-04
loader: Ignore zero-sized ELF segments
Peter Maydell
2017-09-04
loader: Handle ELF files with overlapping zero-initialized data
Peter Maydell
2017-02-28
elf-loader: Allow late loading of elf
Farhan Ali
2016-09-22
loader: Add AddressSpace loading support to ELFs
Alistair Francis
2016-09-22
loader: Allow a custom AddressSpace when loading ROMs
Alistair Francis
2016-09-22
loader: Allow ELF loader to auto-detect the ELF arch
Alistair Francis
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2015-09-25
elf: Update EM_MOXIE definition
Peter Crosthwaite
2015-09-25
elf_ops: Fix coding style for EM alias case statement
Peter Crosthwaite
2015-03-19
elf-loader: Add missing error handling for call of lseek
Stefan Weil
2015-03-10
elf-loader: Provide the possibility to relocate s390 ELF files
Thomas Huth
2014-09-29
loader: g_realloc(p, 0) frees and returns NULL, simplify
Markus Armbruster
2014-03-05
elf-loader: add more return codes
Alexey Kardashevskiy
2013-04-08
hw: move headers to include/
Paolo Bonzini