Age | Commit message (Expand) | Author |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2022-10-24 | treewide: Remove the unnecessary space before semicolon | Bin Meng |
2022-01-20 | hw/elf_ops: clear uninitialized segment space | Laurent Vivier |
2021-10-20 | hw/elf_ops.h: switch to ssize_t for elf loader return type | Luc Michel |
2021-05-12 | Remove the deprecated moxie target | Thomas Huth |
2021-03-09 | hw/elf_ops: Fix a typo | Philippe Mathieu-Daudé |
2021-03-06 | elf_ops: correct loading of 32 bit PVH kernel | David Edmondson |
2020-12-15 | elf_ops.h: Be more verbose with ROM blob names | Peter Maydell |
2020-12-15 | elf_ops.h: Don't truncate name of the ROM blobs we create | Peter Maydell |
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 |