index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
generic-loader.c
Age
Commit message (
Expand
)
Author
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2022-06-10
hw/core/loader: return image sizes as ssize_t
Jamie Iles
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2022-02-16
Allow setting up to 8 bytes with the generic loader
Petr Tesarik
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-10-17
hw/core/generic-loader: Compile only once, not for each target
Thomas Huth
2018-10-17
hw/core/generic-loader: Set a category for the generic-loader device
Thomas Huth
2018-08-16
loader: Implement .hex file loader
Su Hang
2018-02-09
hw/core/generic-loader: Allow PC to be set on command line
Peter Maydell
2017-05-10
hw/core/generic-loader: Fix crash when running without CPU
Thomas Huth
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
2016-11-28
generic-loader: file: Only set a PC if a CPU is specified
Alistair Francis
2016-10-04
generic-loader: Add a generic loader
Alistair Francis