summaryrefslogtreecommitdiffstats
path: root/include/hw/elf_ops.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* hw/elf_ops: clear uninitialized segment spaceLaurent Vivier2022-01-201-0/+13
* hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2021-10-211-13/+14
* Remove the deprecated moxie targetThomas Huth2021-05-121-8/+0Star
* hw/elf_ops: Fix a typoPhilippe Mathieu-Daudé2021-03-091-1/+1
* elf_ops: correct loading of 32 bit PVH kernelDavid Edmondson2021-03-061-3/+1Star
* elf_ops.h: Be more verbose with ROM blob namesPeter Maydell2020-12-151-1/+2
* elf_ops.h: Don't truncate name of the ROM blobs we createPeter Maydell2020-12-151-2/+2
* hw/elf_ops: Do not ignore write failures when loading ELFPhilippe Mathieu-Daudé2020-06-101-3/+8
* elf_ops: Don't try to g_mapped_file_unref(NULL)Peter Maydell2020-05-041-1/+3
* elf-ops: bail out if we have no function symbolsAlex Bennée2020-04-071-23/+25
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+5
* elf-ops.h: fix int overflow in load_elf()Stefano Garzarella2019-09-161-0/+5
* elf-ops.h: Map into memory the ELF to loadStefano Garzarella2019-08-201-29/+42
* loader: Handle memory-mapped ELFsStefano Garzarella2019-08-201-1/+1
* elf-ops.h: Add get_elf_note_type()Liam Merwick2019-02-051-0/+75
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-0/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
* elf_ops.h: Use address_space_write() to write memoryPeter Maydell2018-12-141-1/+3
* elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPSAleksandar Rikalo2018-08-241-0/+8
* Add symbol table callback interface to load_elfMichael Clark2018-03-061-13/+21
* loader: Ignore zero-sized ELF segmentsPeter Maydell2017-09-041-7/+17
* loader: Handle ELF files with overlapping zero-initialized dataPeter Maydell2017-09-041-0/+48
* elf-loader: Allow late loading of elfFarhan Ali2017-02-281-4/+9
* loader: Add AddressSpace loading support to ELFsAlistair Francis2016-09-221-2/+3
* loader: Allow a custom AddressSpace when loading ROMsAlistair Francis2016-09-221-1/+1
* loader: Allow ELF loader to auto-detect the ELF archAlistair Francis2016-09-221-0/+5
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+21
* elf: Update EM_MOXIE definitionPeter Crosthwaite2015-09-251-0/+8
* elf_ops: Fix coding style for EM alias case statementPeter Crosthwaite2015-09-251-6/+9
* elf-loader: Add missing error handling for call of lseekStefan Weil2015-03-191-1/+3
* elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth2015-03-101-0/+78
* loader: g_realloc(p, 0) frees and returns NULL, simplifyMarkus Armbruster2014-09-291-10/+5Star
* elf-loader: add more return codesAlexey Kardashevskiy2014-03-051-5/+14
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+309