aboutsummaryrefslogtreecommitdiff
path: root/hw/core/loader.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée1-1/+1
2023-11-07hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé1-2/+2
2023-11-06hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy1-1/+1
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-2/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-20replace TABs with spacesYeqi Fu1-21/+21
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel1-0/+91
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-4/+4
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich1-0/+5
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles1-39/+42
2022-05-24hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng1-0/+15
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-02-28semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée1-0/+86
2022-01-20hw/elf_ops: clear uninitialized segment spaceLaurent Vivier1-0/+4
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé1-17/+22
2021-10-20hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel1-29/+31
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-23hw/core/loader: Add new function rom_ptr_for_as()Peter Maydell1-0/+75
2020-12-15hw/core/loader.c: Improve reporting of ROM overlap errorsPeter Maydell1-6/+42
2020-12-15hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()Peter Maydell1-8/+15
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
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