summary refs log tree commit diff stats
path: root/hw/core/loader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/physmem: Pass address space argument to cpu_flush_icache_range()Philippe Mathieu-Daudé2025-10-071-1/+1
* linux-user: Move ppc uabi/asm/elf.h workaround to osdep.hRichard Henderson2025-08-281-4/+0
* hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDEPhilippe Mathieu-Daudé2025-05-301-14/+0
* hw/core/loader: Fix type conflict of GLib function pointersKohei Tokunaga2025-04-251-2/+2
* include/system: Move exec/memory.h to system/memory.hRichard Henderson2025-04-231-1/+1
* load_aout: replace bswap_needed with big_endianPaolo Bonzini2025-03-211-2/+2
* hw/loader: fix roms during cprSteve Sistare2025-03-141-1/+4
* memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand2025-02-121-1/+1
* hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé2025-01-311-3/+2
* hw/loader: Pass ELFDATA endian order argument to load_elf_as()Philippe Mathieu-Daudé2025-01-311-4/+4
* hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()Philippe Mathieu-Daudé2025-01-311-10/+7
* hw/loader: Clarify local variable name in load_elf_ram_sym()Philippe Mathieu-Daudé2025-01-311-7/+3
* hw/loader: Remove unused load_elf_ram()Philippe Mathieu-Daudé2025-01-311-15/+1
* hw/core/loader: Use ssize_t for efi zboot unpackerJiaxun Yang2025-01-091-2/+2
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* loader: remove load_image_gzipped function as its not used anywhereAni Sinha2024-07-161-13/+0
* hw/core/loader: allow loading larger ROMsGregor Haas2024-07-161-25/+7
* hw/core/loader: gunzip(): fix memory leak on error pathVladimir Sementsov-Ogievskiy2024-06-301-0/+1
* hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-2/+2
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
* hw/core: skip loading debug on all failuresAlex Bennée2023-11-231-1/+1
* hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé2023-11-071-2/+2
* hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy2023-11-061-1/+1
* misc: Fix some typos in documentation and commentsStefan Weil2023-08-011-2/+2
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* replace TABs with spacesYeqi Fu2023-03-201-21/+21
* hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel2023-03-061-0/+91
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-4/+4
* accel/tcg: Add debuginfo supportIlya Leoshkevich2023-01-161-0/+5
* hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-101-39/+42
* hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng2022-05-241-0/+15
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée2022-02-281-0/+86
* hw/elf_ops: clear uninitialized segment spaceLaurent Vivier2022-01-201-0/+4
* qapi: introduce x-query-roms QMP commandDaniel P. Berrangé2021-11-021-17/+22
* hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2021-10-201-29/+31
* hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell2021-08-261-10/+25
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/core/loader: Add new function rom_ptr_for_as()Peter Maydell2021-03-231-0/+75
* hw/core/loader.c: Improve reporting of ROM overlap errorsPeter Maydell2020-12-151-6/+42
* hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()Peter Maydell2020-12-151-8/+15
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* hw/core: properly terminate loading .hex on EOF recordAlex Bennée2020-04-071-1/+4
* exec/rom_reset: Free rom data during inmigrate skipDr. David Alan Gilbert2020-03-161-9/+16
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-18/+19
* hw/core/loader: Fix possible crash in rom_copy()Thomas Huth2019-10-011-1/+1
* loader: Trace loaded imagesAlexey Kardashevskiy2019-09-181-0/+3
* elf-ops.h: fix int overflow in load_elf()Stefano Garzarella2019-09-161-0/+2
* migration: do not rom_reset() during incoming migrationCatherine Ho2019-08-201-0/+10