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
/
loader.c
Age
Commit message (
Expand
)
Author
2024-07-16
loader: remove load_image_gzipped function as its not used anywhere
Ani Sinha
2024-07-16
hw/core/loader: allow loading larger ROMs
Gregor Haas
2024-06-30
hw/core/loader: gunzip(): fix memory leak on error path
Vladimir Sementsov-Ogievskiy
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2023-11-23
hw/core: skip loading debug on all failures
Alex Bennée
2023-11-07
hw/loader: Clean up global variable shadowing in rom_add_file()
Philippe Mathieu-Daudé
2023-11-06
hw/core/loader: gunzip(): initialize z_stream
Vladimir Sementsov-Ogievskiy
2023-08-01
misc: Fix some typos in documentation and comments
Stefan Weil
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-20
replace TABs with spaces
Yeqi Fu
2023-03-06
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-16
accel/tcg: Add debuginfo support
Ilya Leoshkevich
2022-06-10
hw/core/loader: return image sizes as ssize_t
Jamie Iles
2022-05-24
hw/core: loader: Set is_linux to true for VxWorks uImage
Bin Meng
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-02-28
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
Alex Bennée
2022-01-20
hw/elf_ops: clear uninitialized segment space
Laurent Vivier
2021-11-02
qapi: introduce x-query-roms QMP command
Daniel P. Berrangé
2021-10-20
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel
2021-08-26
hw/core/loader: In gunzip(), check index is in range before use, not after
Peter Maydell
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-23
hw/core/loader: Add new function rom_ptr_for_as()
Peter Maydell
2020-12-15
hw/core/loader.c: Improve reporting of ROM overlap errors
Peter Maydell
2020-12-15
hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-04-07
hw/core: properly terminate loading .hex on EOF record
Alex Bennée
2020-03-16
exec/rom_reset: Free rom data during inmigrate skip
Dr. David Alan Gilbert
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-10-01
hw/core/loader: Fix possible crash in rom_copy()
Thomas Huth
2019-09-18
loader: Trace loaded images
Alexey Kardashevskiy
2019-09-16
elf-ops.h: fix int overflow in load_elf()
Stefano Garzarella
2019-08-20
migration: do not rom_reset() during incoming migration
Catherine Ho
2019-08-20
loader: Handle memory-mapped ELFs
Stefano Garzarella
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-15
roms: assert if max rom size is less than the used size
Igor Mammedov
2019-02-05
hw/core/loader.c: Read as long as possible in load_image_size()
Li Zhijian
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2018-12-14
hw/core/loader.c: Remove load_image()
Peter Maydell
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
2018-08-16
loader: Implement .hex file loader
Su Hang
2018-08-16
loader: add rom transaction API
Stefan Hajnoczi
2018-08-16
loader: extract rom_free() function
Stefan Hajnoczi
[next]