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