COMMITS
/ hw/core/loader.c July 30, 2023
S
misc: Fix some typos in documentation and comments
Stefan Weil committed
March 15, 2023
R
*: Add missing includes of qemu/error-report.h
Richard Henderson committed
Y
replace TABs with spaces
Yeqi Fu committed
March 3, 2023
A
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel committed
January 10, 2023
P
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé committed
January 12, 2023
I
accel/tcg: Add debuginfo support
Ilya Leoshkevich committed
November 11, 2021
J
hw/core/loader: return image sizes as ssize_t
Jamie Iles committed
March 24, 2022
B
hw/core: loader: Set is_linux to true for VxWorks uImage
Bin Meng committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
M
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau committed
February 25, 2022
A
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
Alex Bennée committed
January 15, 2022
L
hw/elf_ops: clear uninitialized segment space
Laurent Vivier committed
September 8, 2021
D
qapi: introduce x-query-roms QMP command
Daniel P. Berrangé committed
October 14, 2021
L
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel committed
August 12, 2021
P
hw/core/loader: In gunzip(), check index is in range before use, not after
Peter Maydell committed
April 16, 2021
T
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth committed
March 18, 2021
P
hw/core/loader: Add new function rom_ptr_for_as()
Peter Maydell committed
November 29, 2020
P
hw/core/loader.c: Improve reporting of ROM overlap errors
Peter Maydell committed
P
hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
Peter Maydell committed
October 28, 2020
P
vl: extract softmmu/datadir.c
Paolo Bonzini committed
April 3, 2020
A
hw/core: properly terminate loading .hex on EOF record
Alex Bennée committed
March 13, 2020
D
exec/rom_reset: Free rom data during inmigrate skip
Dr. David Alan Gilbert committed
January 26, 2020
A
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic committed
September 25, 2019
T
hw/core/loader: Fix possible crash in rom_copy()
Thomas Huth committed
June 13, 2019
A
loader: Trace loaded images
Alexey Kardashevskiy committed
September 10, 2019
S
elf-ops.h: fix int overflow in load_elf()
Stefano Garzarella committed
April 8, 2019
C
migration: do not rom_reset() during incoming migration
Catherine Ho committed
July 24, 2019
S
loader: Handle memory-mapped ELFs
Stefano Garzarella committed
August 12, 2019
M
Include migration/vmstate.h less
Markus Armbruster committed
M
Include sysemu/reset.h a lot less
Markus Armbruster committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
April 11, 2019
I
roms: assert if max rom size is less than the used size
Igor Mammedov committed
January 17, 2019
L
hw/core/loader.c: Read as long as possible in load_image_size()
Li Zhijian committed
January 15, 2019
L
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick committed
December 13, 2018
P
avoid TABs in files that only contain a few
Paolo Bonzini committed
January 7, 2019
N
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson committed
December 14, 2018
P
hw/core/loader.c: Remove load_image()
Peter Maydell committed
P
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell committed
September 13, 2018
L
change get_image_size return type to int64_t
Li Zhijian committed
August 16, 2018
S
loader: Implement .hex file loader
Su Hang committed
S
loader: add rom transaction API
Stefan Hajnoczi committed
S
loader: extract rom_free() function
Stefan Hajnoczi committed
June 26, 2018
T
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth committed
March 2, 2018
M
Add symbol table callback interface to load_elf
Michael Clark committed
P
loader: Add new load_ramdisk_as()
Peter Maydell committed
February 23, 2018
M
loader: don't perform overlapping address check for memory region ROM images
Mark Cave-Ayland committed
September 11, 2017
M
fw_cfg: add write callback
Marc-André Lureau committed
August 7, 2017
M
fw_cfg: rename read callback
Marc-André Lureau committed
July 27, 2017
P
loader: check get_image_size() return value
Philippe Mathieu-Daudé committed
July 26, 2017
A
Revert "elf-loader: warn about invalid endianness"
Alexey Kardashevskiy committed