summary refs log tree commit diff stats
path: root/hw/core/generic-loader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/core/generic-loader: Do not open-code cpu_set_pc()Philippe Mathieu-Daudé2025-03-061-4/+1
* hw/loader: Pass ELFDATA endian order argument to load_elf_as()Philippe Mathieu-Daudé2025-01-311-5/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-2/+2
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/core: Constify all PropertyRichard Henderson2024-12-151-1/+1
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-211-2/+2
* hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-101-1/+1
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* Allow setting up to 8 bytes with the generic loaderPetr Tesarik2022-02-161-1/+1
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0
* make ram_size local to vl.cPaolo Bonzini2020-12-101-1/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* hw/core/generic-loader: Compile only once, not for each targetThomas Huth2018-10-171-5/+1
* hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth2018-10-171-0/+1
* loader: Implement .hex file loaderSu Hang2018-08-161-0/+4
* hw/core/generic-loader: Allow PC to be set on command linePeter Maydell2018-02-091-1/+1
* hw/core/generic-loader: Fix crash when running without CPUThomas Huth2017-05-101-4/+5
* hw: Fix typos found by codespellStefan Weil2017-01-241-2/+2
* generic-loader: file: Only set a PC if a CPU is specifiedAlistair Francis2016-11-281-1/+6
* generic-loader: Add a generic loaderAlistair Francis2016-10-041-0/+211