aboutsummaryrefslogtreecommitdiff
path: root/hw/core/loader.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-07hw/core: properly terminate loading .hex on EOF recordAlex Bennée1-1/+4
2020-03-16exec/rom_reset: Free rom data during inmigrate skipDr. David Alan Gilbert1-9/+16
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-18/+19
2019-10-01hw/core/loader: Fix possible crash in rom_copy()Thomas Huth1-1/+1
2019-09-18loader: Trace loaded imagesAlexey Kardashevskiy1-0/+3
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella1-0/+2
2019-08-20migration: do not rom_reset() during incoming migrationCatherine Ho1-0/+10
2019-08-20loader: Handle memory-mapped ELFsStefano Garzarella1-8/+30
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-15roms: assert if max rom size is less than the used sizeIgor Mammedov1-0/+1
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian1-6/+5
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-8/+16
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-14/+14
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-3/+16
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell1-25/+0
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell1-2/+2
2018-10-02change get_image_size return type to int64_tLi Zhijian1-2/+3
2018-08-16loader: Implement .hex file loaderSu Hang1-0/+249
2018-08-16loader: add rom transaction APIStefan Hajnoczi1-0/+32
2018-08-16loader: extract rom_free() functionStefan Hajnoczi1-9/+12
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-5/+5
2018-03-07Add symbol table callback interface to load_elfMichael Clark1-2/+16
2018-03-02loader: Add new load_ramdisk_as()Peter Maydell1-1/+7
2018-02-27loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland1-9/+11
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-1/+1
2017-09-08fw_cfg: rename read callbackMarc-André Lureau1-1/+1
2017-07-31loader: check get_image_size() return valuePhilippe Mathieu-Daudé1-2/+2
2017-07-28Revert "elf-loader: warn about invalid endianness"Alexey Kardashevskiy1-1/+0
2017-07-11hw/core: fix missing return value in load_image_targphys_as()Philippe Mathieu-Daudé1-1/+3
2017-07-11elf-loader: warn about invalid endiannessPhilippe Mathieu-Daudé1-0/+1
2017-06-02load_uboot_image: don't assume a full header readAndrew Jones1-1/+2
2017-02-28elf-loader: Allow late loading of elfFarhan Ali1-2/+15
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton1-6/+1
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-7/+11
2016-11-30loader: fix undefined behavior in rom_order_compare()Laszlo Ersek1-1/+1
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-1/+3
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis1-2/+8
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis1-4/+13
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis1-2/+14
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis1-9/+34
2016-09-22loader: Use the specified MemoryRegionAlistair Francis1-1/+2
2016-05-18loader: fix potential memory leakCao jin1-0/+6
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-0/+14
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-3/+6
2016-03-04loader: add API to load elf headerPeter Crosthwaite1-0/+55
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell1-4/+31