aboutsummaryrefslogtreecommitdiff
path: root/hw/core/generic-loader.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+1
2018-10-17hw/core/generic-loader: Compile only once, not for each targetThomas Huth1-5/+1
2018-10-17hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth1-0/+1
2018-08-16loader: Implement .hex file loaderSu Hang1-0/+4
2018-02-09hw/core/generic-loader: Allow PC to be set on command linePeter Maydell1-1/+1
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth1-4/+5
2017-01-24hw: Fix typos found by codespellStefan Weil1-2/+2
2016-11-28generic-loader: file: Only set a PC if a CPU is specifiedAlistair Francis1-1/+6
2016-10-04generic-loader: Add a generic loaderAlistair Francis1-0/+211