aboutsummaryrefslogtreecommitdiff
path: root/include/hw/elf_ops.h
AgeCommit message (Expand)Author
2020-06-10hw/elf_ops: Do not ignore write failures when loading ELFPhilippe Mathieu-Daudé
2020-05-04elf_ops: Don't try to g_mapped_file_unref(NULL)Peter Maydell
2020-04-07elf-ops: bail out if we have no function symbolsAlex Bennée
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella
2019-08-20elf-ops.h: Map into memory the ELF to loadStefano Garzarella
2019-08-20loader: Handle memory-mapped ELFsStefano Garzarella
2019-02-05elf-ops.h: Add get_elf_note_type()Liam Merwick
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11remove space-tab sequencesPaolo Bonzini
2018-12-14elf_ops.h: Use address_space_write() to write memoryPeter Maydell
2018-08-24elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPSAleksandar Rikalo
2018-03-07Add symbol table callback interface to load_elfMichael Clark
2017-09-04loader: Ignore zero-sized ELF segmentsPeter Maydell
2017-09-04loader: Handle ELF files with overlapping zero-initialized dataPeter Maydell
2017-02-28elf-loader: Allow late loading of elfFarhan Ali
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite
2015-09-25elf_ops: Fix coding style for EM alias case statementPeter Crosthwaite
2015-03-19elf-loader: Add missing error handling for call of lseekStefan Weil
2015-03-10elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth
2014-09-29loader: g_realloc(p, 0) frees and returns NULL, simplifyMarkus Armbruster
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy
2013-04-08hw: move headers to include/Paolo Bonzini