| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/core/loader: return image sizes as ssize_t | Jamie Iles | 2022-06-10 | 1 | -1/+1 |
* | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 2022-02-21 | 1 | -1/+1 |
* | Allow setting up to 8 bytes with the generic loader | Petr Tesarik | 2022-02-16 | 1 | -1/+1 |
* | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 2021-12-30 | 1 | -1/+2 |
* | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | make ram_size local to vl.c | Paolo Bonzini | 2020-12-10 | 1 | -1/+2 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 2020-01-29 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 2019-02-05 | 1 | -1/+1 |
* | hw/core/generic-loader: Compile only once, not for each target | Thomas Huth | 2018-10-17 | 1 | -5/+1 |
* | hw/core/generic-loader: Set a category for the generic-loader device | Thomas Huth | 2018-10-17 | 1 | -0/+1 |
* | loader: Implement .hex file loader | Su Hang | 2018-08-16 | 1 | -0/+4 |
* | hw/core/generic-loader: Allow PC to be set on command line | Peter Maydell | 2018-02-09 | 1 | -1/+1 |
* | hw/core/generic-loader: Fix crash when running without CPU | Thomas Huth | 2017-05-10 | 1 | -4/+5 |
* | hw: Fix typos found by codespell | Stefan Weil | 2017-01-24 | 1 | -2/+2 |
* | generic-loader: file: Only set a PC if a CPU is specified | Alistair Francis | 2016-11-28 | 1 | -1/+6 |
* | generic-loader: Add a generic loader | Alistair Francis | 2016-10-04 | 1 | -0/+211 |