index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-21
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
*
loader: Handle memory-mapped ELFs
Stefano Garzarella
2019-08-20
1
-8
/
+30
*
Include migration/vmstate.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-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
roms: assert if max rom size is less than the used size
Igor Mammedov
2019-05-15
1
-0
/
+1
*
hw/core/loader.c: Read as long as possible in load_image_size()
Li Zhijian
2019-02-05
1
-6
/
+5
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-8
/
+16
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-14
/
+14
*
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2019-01-07
1
-3
/
+16
*
hw/core/loader.c: Remove load_image()
Peter Maydell
2018-12-14
1
-25
/
+0
*
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
2018-12-14
1
-2
/
+2
*
change get_image_size return type to int64_t
Li Zhijian
2018-10-02
1
-2
/
+3
*
loader: Implement .hex file loader
Su Hang
2018-08-16
1
-0
/
+249
*
loader: add rom transaction API
Stefan Hajnoczi
2018-08-16
1
-0
/
+32
*
loader: extract rom_free() function
Stefan Hajnoczi
2018-08-16
1
-9
/
+12
*
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
2018-07-02
1
-5
/
+5
*
Add symbol table callback interface to load_elf
Michael Clark
2018-03-06
1
-2
/
+16
*
loader: Add new load_ramdisk_as()
Peter Maydell
2018-03-02
1
-1
/
+7
*
loader: don't perform overlapping address check for memory region ROM images
Mark Cave-Ayland
2018-02-27
1
-9
/
+11
*
fw_cfg: add write callback
Marc-André Lureau
2017-10-15
1
-1
/
+1
*
fw_cfg: rename read callback
Marc-André Lureau
2017-09-08
1
-1
/
+1
*
loader: check get_image_size() return value
Philippe Mathieu-Daudé
2017-07-31
1
-2
/
+2
*
Revert "elf-loader: warn about invalid endianness"
Alexey Kardashevskiy
2017-07-28
1
-1
/
+0
*
hw/core: fix missing return value in load_image_targphys_as()
Philippe Mathieu-Daudé
2017-07-11
1
-1
/
+3
*
elf-loader: warn about invalid endianness
Philippe Mathieu-Daudé
2017-07-11
1
-0
/
+1
*
load_uboot_image: don't assume a full header read
Andrew Jones
2017-06-02
1
-1
/
+2
*
elf-loader: Allow late loading of elf
Farhan Ali
2017-02-28
1
-2
/
+15
*
loader: Support Flattened Image Trees (FIT images)
Paul Burton
2017-02-22
1
-6
/
+1
*
fw-cfg: support writeable blobs
Michael S. Tsirkin
2017-01-18
1
-7
/
+11
[next]