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
/
loader.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
system/physmem: Pass address space argument to cpu_flush_icache_range()
Philippe Mathieu-Daudé
2025-10-07
1
-1
/
+1
*
linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
Richard Henderson
2025-08-28
1
-4
/
+0
*
hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
Philippe Mathieu-Daudé
2025-05-30
1
-14
/
+0
*
hw/core/loader: Fix type conflict of GLib function pointers
Kohei Tokunaga
2025-04-25
1
-2
/
+2
*
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
load_aout: replace bswap_needed with big_endian
Paolo Bonzini
2025-03-21
1
-2
/
+2
*
hw/loader: fix roms during cpr
Steve Sistare
2025-03-14
1
-1
/
+4
*
memory: pass MemTxAttrs to memory_access_is_direct()
David Hildenbrand
2025-02-12
1
-1
/
+1
*
hw/loader: Pass ELFDATA endian order argument to load_elf()
Philippe Mathieu-Daudé
2025-01-31
1
-3
/
+2
*
hw/loader: Pass ELFDATA endian order argument to load_elf_as()
Philippe Mathieu-Daudé
2025-01-31
1
-4
/
+4
*
hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
Philippe Mathieu-Daudé
2025-01-31
1
-10
/
+7
*
hw/loader: Clarify local variable name in load_elf_ram_sym()
Philippe Mathieu-Daudé
2025-01-31
1
-7
/
+3
*
hw/loader: Remove unused load_elf_ram()
Philippe Mathieu-Daudé
2025-01-31
1
-15
/
+1
*
hw/core/loader: Use ssize_t for efi zboot unpacker
Jiaxun Yang
2025-01-09
1
-2
/
+2
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
loader: remove load_image_gzipped function as its not used anywhere
Ani Sinha
2024-07-16
1
-13
/
+0
*
hw/core/loader: allow loading larger ROMs
Gregor Haas
2024-07-16
1
-25
/
+7
*
hw/core/loader: gunzip(): fix memory leak on error path
Vladimir Sementsov-Ogievskiy
2024-06-30
1
-0
/
+1
*
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
2024-04-25
1
-2
/
+2
*
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-29
1
-1
/
+1
*
hw/core: skip loading debug on all failures
Alex Bennée
2023-11-23
1
-1
/
+1
*
hw/loader: Clean up global variable shadowing in rom_add_file()
Philippe Mathieu-Daudé
2023-11-07
1
-2
/
+2
*
hw/core/loader: gunzip(): initialize z_stream
Vladimir Sementsov-Ogievskiy
2023-11-06
1
-1
/
+1
*
misc: Fix some typos in documentation and comments
Stefan Weil
2023-08-01
1
-2
/
+2
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-21
/
+21
*
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel
2023-03-06
1
-0
/
+91
*
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-18
1
-4
/
+4
*
accel/tcg: Add debuginfo support
Ilya Leoshkevich
2023-01-16
1
-0
/
+5
*
hw/core/loader: return image sizes as ssize_t
Jamie Iles
2022-06-10
1
-39
/
+42
*
hw/core: loader: Set is_linux to true for VxWorks uImage
Bin Meng
2022-05-24
1
-0
/
+15
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
Alex Bennée
2022-02-28
1
-0
/
+86
*
hw/elf_ops: clear uninitialized segment space
Laurent Vivier
2022-01-20
1
-0
/
+4
*
qapi: introduce x-query-roms QMP command
Daniel P. Berrangé
2021-11-02
1
-17
/
+22
*
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel
2021-10-20
1
-29
/
+31
*
hw/core/loader: In gunzip(), check index is in range before use, not after
Peter Maydell
2021-08-26
1
-10
/
+25
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/core/loader: Add new function rom_ptr_for_as()
Peter Maydell
2021-03-23
1
-0
/
+75
*
hw/core/loader.c: Improve reporting of ROM overlap errors
Peter Maydell
2020-12-15
1
-6
/
+42
*
hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
Peter Maydell
2020-12-15
1
-8
/
+15
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
hw/core: properly terminate loading .hex on EOF record
Alex Bennée
2020-04-07
1
-1
/
+4
*
exec/rom_reset: Free rom data during inmigrate skip
Dr. David Alan Gilbert
2020-03-16
1
-9
/
+16
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-18
/
+19
*
hw/core/loader: Fix possible crash in rom_copy()
Thomas Huth
2019-10-01
1
-1
/
+1
*
loader: Trace loaded images
Alexey Kardashevskiy
2019-09-18
1
-0
/
+3
*
elf-ops.h: fix int overflow in load_elf()
Stefano Garzarella
2019-09-16
1
-0
/
+2
*
migration: do not rom_reset() during incoming migration
Catherine Ho
2019-08-20
1
-0
/
+10
[next]