index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-05
hw/core/loader.c: Read as long as possible in load_image_size()
Li Zhijian
1
-6
/
+5
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-8
/
+16
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-14
/
+14
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
1
-3
/
+16
2018-12-14
hw/core/loader.c: Remove load_image()
Peter Maydell
1
-25
/
+0
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
1
-2
/
+2
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
1
-2
/
+3
2018-08-16
loader: Implement .hex file loader
Su Hang
1
-0
/
+249
2018-08-16
loader: add rom transaction API
Stefan Hajnoczi
1
-0
/
+32
2018-08-16
loader: extract rom_free() function
Stefan Hajnoczi
1
-9
/
+12
2018-07-02
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
1
-5
/
+5
2018-03-07
Add symbol table callback interface to load_elf
Michael Clark
1
-2
/
+16
2018-03-02
loader: Add new load_ramdisk_as()
Peter Maydell
1
-1
/
+7
2018-02-27
loader: don't perform overlapping address check for memory region ROM images
Mark Cave-Ayland
1
-9
/
+11
2017-10-15
fw_cfg: add write callback
Marc-André Lureau
1
-1
/
+1
2017-09-08
fw_cfg: rename read callback
Marc-André Lureau
1
-1
/
+1
2017-07-31
loader: check get_image_size() return value
Philippe Mathieu-Daudé
1
-2
/
+2
2017-07-28
Revert "elf-loader: warn about invalid endianness"
Alexey Kardashevskiy
1
-1
/
+0
2017-07-11
hw/core: fix missing return value in load_image_targphys_as()
Philippe Mathieu-Daudé
1
-1
/
+3
2017-07-11
elf-loader: warn about invalid endianness
Philippe Mathieu-Daudé
1
-0
/
+1
2017-06-02
load_uboot_image: don't assume a full header read
Andrew Jones
1
-1
/
+2
2017-02-28
elf-loader: Allow late loading of elf
Farhan Ali
1
-2
/
+15
2017-02-21
loader: Support Flattened Image Trees (FIT images)
Paul Burton
1
-6
/
+1
2017-01-18
fw-cfg: support writeable blobs
Michael S. Tsirkin
1
-7
/
+11
2016-11-30
loader: fix undefined behavior in rom_order_compare()
Laszlo Ersek
1
-1
/
+1
2016-11-30
loader: fix handling of custom address spaces when adding ROM blobs
Laszlo Ersek
1
-1
/
+3
2016-09-22
loader: Add AddressSpace loading support to targphys
Alistair Francis
1
-2
/
+8
2016-09-22
loader: Add AddressSpace loading support to uImages
Alistair Francis
1
-4
/
+13
2016-09-22
loader: Add AddressSpace loading support to ELFs
Alistair Francis
1
-2
/
+14
2016-09-22
loader: Allow a custom AddressSpace when loading ROMs
Alistair Francis
1
-9
/
+34
2016-09-22
loader: Use the specified MemoryRegion
Alistair Francis
1
-1
/
+2
2016-05-18
loader: fix potential memory leak
Cao jin
1
-0
/
+6
2016-04-07
Sort the fw_cfg file list
Gerd Hoffmann
1
-0
/
+14
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
1
-3
/
+6
2016-03-04
loader: add API to load elf header
Peter Crosthwaite
1
-0
/
+55
2016-03-04
loader: Add load_image_mr() to load ROM image to a MemoryRegion
Peter Maydell
1
-4
/
+31
2016-01-29
hw/core: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-22
pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass
Eduardo Habkost
1
-5
/
+5
2015-09-18
loader: Fix memory_region_init_resizeable_ram() error handling
Markus Armbruster
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-2
/
+1
2015-07-07
vl: move rom_load_all after machine init done
Eric Auger
1
-6
/
+2
2015-04-27
acpi-build: remove dependency from ram_addr.h
Paolo Bonzini
1
-4
/
+4
2015-03-19
elf-loader: Fix truncation warning from coverity
Stefan Weil
1
-1
/
+1
2015-03-10
elf-loader: Provide the possibility to relocate s390 ELF files
Thomas Huth
1
-0
/
+2
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
1
-1
/
+1
2015-01-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-4
/
+14
2015-01-08
acpi-build: make ROMs RAM blocks resizeable
Michael S. Tsirkin
1
-4
/
+14
2014-12-22
hw/loader: split out load_image_gzipped_buffer()
Laszlo Ersek
1
-9
/
+21
[next]