summaryrefslogtreecommitdiff
path: root/include/hw/elf_ops.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Add symbol table callback interface to load_elfMichael Clark1-13/+21
2017-09-04loader: Ignore zero-sized ELF segmentsPeter Maydell1-7/+17
2017-09-04loader: Handle ELF files with overlapping zero-initialized dataPeter Maydell1-0/+48
2017-02-28elf-loader: Allow late loading of elfFarhan Ali1-4/+9
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis1-2/+3
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis1-1/+1
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis1-0/+5
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+21
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite1-0/+8
2015-09-25elf_ops: Fix coding style for EM alias case statementPeter Crosthwaite1-6/+9
2015-03-19elf-loader: Add missing error handling for call of lseekStefan Weil1-1/+3
2015-03-10elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth1-0/+78
2014-09-29loader: g_realloc(p, 0) frees and returns NULL, simplifyMarkus Armbruster1-10/+5
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy1-5/+14
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+309