aboutsummaryrefslogtreecommitdiff
path: root/hw/core/generic-loader.c
AgeCommit message (Expand)Author
2020-12-10make ram_size local to vl.cPaolo Bonzini
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-10-17hw/core/generic-loader: Compile only once, not for each targetThomas Huth
2018-10-17hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth
2018-08-16loader: Implement .hex file loaderSu Hang
2018-02-09hw/core/generic-loader: Allow PC to be set on command linepull-target-arm-20180209Peter Maydell
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth
2017-01-24hw: Fix typos found by codespellStefan Weil
2016-11-28generic-loader: file: Only set a PC if a CPU is specifiedAlistair Francis
2016-10-04generic-loader: Add a generic loaderAlistair Francis