index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
generic-loader.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
hw/core/generic-loader: Do not open-code cpu_set_pc()
Philippe Mathieu-Daudé
2025-03-06
1
-4
/
+1
*
hw/loader: Pass ELFDATA endian order argument to load_elf_as()
Philippe Mathieu-Daudé
2025-01-31
1
-5
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-2
/
+2
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-2
/
+2
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/core: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+1
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-2
/
+2
*
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