summaryrefslogtreecommitdiffstats
path: root/hw/core/generic-loader.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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