COMMITS
/ include/hw/elf_ops.h March 15, 2023
Y
replace TABs with spaces
Yeqi Fu committed
October 24, 2022
B
treewide: Remove the unnecessary space before semicolon
Bin Meng committed
January 15, 2022
L
hw/elf_ops: clear uninitialized segment space
Laurent Vivier committed
October 14, 2021
L
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel committed
April 30, 2021
T
Remove the deprecated moxie target
Thomas Huth committed
February 25, 2021
P
hw/elf_ops: Fix a typo
Philippe Mathieu-Daudé committed
March 2, 2021
D
elf_ops: correct loading of 32 bit PVH kernel
David Edmondson committed
November 29, 2020
P
elf_ops.h: Be more verbose with ROM blob names
Peter Maydell committed
P
elf_ops.h: Don't truncate name of the ROM blobs we create
Peter Maydell committed
May 18, 2020
P
hw/elf_ops: Do not ignore write failures when loading ELF
Philippe Mathieu-Daudé committed
April 23, 2020
P
elf_ops: Don't try to g_mapped_file_unref(NULL)
Peter Maydell committed
April 3, 2020
A
elf-ops: bail out if we have no function symbols
Alex Bennée committed
January 26, 2020
A
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic committed
September 10, 2019
S
elf-ops.h: fix int overflow in load_elf()
Stefano Garzarella committed
July 24, 2019
S
elf-ops.h: Map into memory the ELF to load
Stefano Garzarella committed
S
loader: Handle memory-mapped ELFs
Stefano Garzarella committed
January 15, 2019
L
elf-ops.h: Add get_elf_note_type()
Liam Merwick committed
L
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick committed
December 13, 2018
P
avoid TABs in files that only contain a few
Paolo Bonzini committed
P
remove space-tab sequences
Paolo Bonzini committed
December 14, 2018
P
elf_ops.h: Use address_space_write() to write memory
Peter Maydell committed
August 7, 2018
A
elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
Aleksandar Rikalo committed
March 2, 2018
M
Add symbol table callback interface to load_elf
Michael Clark committed
September 4, 2017
P
loader: Ignore zero-sized ELF segments
Peter Maydell committed
P
loader: Handle ELF files with overlapping zero-initialized data
Peter Maydell committed
November 7, 2016
F
elf-loader: Allow late loading of elf
Farhan Ali committed
September 22, 2016
A
loader: Add AddressSpace loading support to ELFs
Alistair Francis committed
A
loader: Allow a custom AddressSpace when loading ROMs
Alistair Francis committed
A
loader: Allow ELF loader to auto-detect the ELF arch
Alistair Francis committed
March 4, 2016
P
loader: Add data swap option to load-elf
Peter Crosthwaite committed
August 29, 2015
P
elf: Update EM_MOXIE definition
Peter Crosthwaite committed
August 18, 2015
P
elf_ops: Fix coding style for EM alias case statement
Peter Crosthwaite committed
March 14, 2015
S
elf-loader: Add missing error handling for call of lseek
Stefan Weil committed
March 9, 2015
T
elf-loader: Provide the possibility to relocate s390 ELF files
Thomas Huth committed
August 20, 2014
M
loader: g_realloc(p, 0) frees and returns NULL, simplify
Markus Armbruster committed
February 4, 2014
A
elf-loader: add more return codes
Alexey Kardashevskiy committed
February 5, 2013
P
hw: move headers to include/
Paolo Bonzini committed