aboutsummaryrefslogtreecommitdiff
path: root/hw/core/loader.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-30hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDEPhilippe Mathieu-Daudé1-14/+0
2025-04-25hw/core/loader: Fix type conflict of GLib function pointersKohei Tokunaga1-2/+2
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-03-21load_aout: replace bswap_needed with big_endianPaolo Bonzini1-2/+2
2025-03-14hw/loader: fix roms during cprSteve Sistare1-1/+4
2025-02-12memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand1-1/+1
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé1-3/+2
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf_as()Philippe Mathieu-Daudé1-4/+4
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()Philippe Mathieu-Daudé1-10/+7
2025-01-31hw/loader: Clarify local variable name in load_elf_ram_sym()Philippe Mathieu-Daudé1-7/+3
2025-01-31hw/loader: Remove unused load_elf_ram()Philippe Mathieu-Daudé1-15/+1
2025-01-09hw/core/loader: Use ssize_t for efi zboot unpackerJiaxun Yang1-2/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha1-13/+0
2024-07-16hw/core/loader: allow loading larger ROMsGregor Haas1-25/+7
2024-06-30hw/core/loader: gunzip(): fix memory leak on error pathVladimir Sementsov-Ogievskiy1-0/+1
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé1-2/+2
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