Age | Commit message (Expand) | Author |
2020-04-07 | hw/core: properly terminate loading .hex on EOF record | Alex Bennée |
2020-03-16 | exec/rom_reset: Free rom data during inmigrate skip | Dr. David Alan Gilbert |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic |
2019-10-01 | hw/core/loader: Fix possible crash in rom_copy() | Thomas Huth |
2019-09-18 | loader: Trace loaded images | Alexey Kardashevskiy |
2019-09-16 | elf-ops.h: fix int overflow in load_elf() | Stefano Garzarella |
2019-08-20 | migration: do not rom_reset() during incoming migration | Catherine Ho |
2019-08-20 | loader: Handle memory-mapped ELFs | Stefano Garzarella |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-15 | roms: assert if max rom size is less than the used size | Igor Mammedov |
2019-02-05 | hw/core/loader.c: Read as long as possible in load_image_size() | Li Zhijian |
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-07 | Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel. | Nick Hudson |
2018-12-14 | hw/core/loader.c: Remove load_image() | Peter Maydell |
2018-12-14 | Rename cpu_physical_memory_write_rom() to address_space_write_rom() | Peter Maydell |
2018-10-02 | change get_image_size return type to int64_t | Li Zhijian |
2018-08-16 | loader: Implement .hex file loader | Su Hang |
2018-08-16 | loader: add rom transaction API | Stefan Hajnoczi |
2018-08-16 | loader: extract rom_free() function | Stefan Hajnoczi |
2018-07-02 | loader: Check access size when calling rom_ptr() to avoid crashes | Thomas Huth |
2018-03-07 | Add symbol table callback interface to load_elf | Michael Clark |
2018-03-02 | loader: Add new load_ramdisk_as() | Peter Maydell |
2018-02-27 | loader: don't perform overlapping address check for memory region ROM images | Mark Cave-Ayland |
2017-10-15 | fw_cfg: add write callback | Marc-André Lureau |
2017-09-08 | fw_cfg: rename read callback | Marc-André Lureau |
2017-07-31 | loader: check get_image_size() return value | Philippe Mathieu-Daudé |
2017-07-28 | Revert "elf-loader: warn about invalid endianness" | Alexey Kardashevskiy |
2017-07-11 | hw/core: fix missing return value in load_image_targphys_as() | Philippe Mathieu-Daudé |
2017-07-11 | elf-loader: warn about invalid endianness | Philippe Mathieu-Daudé |
2017-06-02 | load_uboot_image: don't assume a full header read | Andrew Jones |
2017-02-28 | elf-loader: Allow late loading of elf | Farhan Ali |
2017-02-21 | loader: Support Flattened Image Trees (FIT images) | Paul Burton |
2017-01-18 | fw-cfg: support writeable blobs | Michael S. Tsirkin |
2016-11-30 | loader: fix undefined behavior in rom_order_compare() | Laszlo Ersek |
2016-11-30 | loader: fix handling of custom address spaces when adding ROM blobs | Laszlo Ersek |
2016-09-22 | loader: Add AddressSpace loading support to targphys | Alistair Francis |
2016-09-22 | loader: Add AddressSpace loading support to uImages | Alistair Francis |
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: Use the specified MemoryRegion | Alistair Francis |
2016-05-18 | loader: fix potential memory leak | Cao jin |
2016-04-07 | Sort the fw_cfg file list | Gerd Hoffmann |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite |
2016-03-04 | loader: add API to load elf header | Peter Crosthwaite |
2016-03-04 | loader: Add load_image_mr() to load ROM image to a MemoryRegion | Peter Maydell |