Sign in
qemu
/
qemu
/
14bafc540774baf316e9ce2474e97d5df6cb8e6c
/
hw
/
loader.c
409dbce
load_elf: replace the address addend by a translation function
by Aurelien Jarno
· 15 years ago
bc798c7
Remove conditional rom loading support
by Blue Swirl
· 15 years ago
8832cb8
roms: rework rom loading via fw
by Gerd Hoffmann
· 15 years ago
bdb5ee3
roms: minor fixes and cleanups.
by Gerd Hoffmann
· 15 years ago
f21a59c
loader: more ignores for rom intended to be loaded by the bios
by Aurelien Jarno
· 15 years ago
e405a2b
Don't load options roms intended to be loaded by the bios in qemu
by Avi Kivity
· 15 years ago
935effc
Multiboot support: Fix rom_copy
by Kevin Wolf
· 15 years ago
f9e69bd
roms: allow roms to be loaded at address 0
by Aurelien Jarno
· 15 years ago
632cf03
roms: remove option rom packing logic
by Gerd Hoffmann
· 15 years ago
379526a
roms: use new fw_cfg file xfer support.
by Gerd Hoffmann
· 15 years ago
15ff770
Check rom_load_all() return value.
by Gerd Hoffmann
· 15 years ago
092493b
Fix loading of ELF multiboot kernels
by Kevin Wolf
· 15 years ago
235f86e
Introduce rom_copy
by Alexander Graf
· 15 years ago
97fe84f
Reject late rom loading
by Paul Brook
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
de2aff1
rom loader: make vga+rom loading configurable.
by Gerd Hoffmann
· 15 years ago
14a3f32
rom loader: use qemu_strdup.
by Gerd Hoffmann
· 15 years ago
b96bf49
rom loader: also try filename as-is.
by Gerd Hoffmann
· 15 years ago
3c178e7
rom loader: fix sparc -kernel boot.
by Gerd Hoffmann
· 15 years ago
cef290b
Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)
by malc
· 15 years ago
45a50b1
Reorganize option rom (+linux kernel) loading.
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 15 years ago
[Renamed (89%) from loader.c]
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
3efa9a6
Avoid name clashes with symbols that leak from system headers
by malc
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
d084eab
Fix prototype of function zfree.
by Stefan Weil
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
7d515c1
fread_targphys(): Do not cut off the tail.
by blueswir1
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
7e5f90f
uImage: only try to load 'kernel' images (Hollis Blanchard)
by aliguori
· 16 years ago
5a9154e
uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)
by aliguori
· 16 years ago
21cafd0
uImage: return base load address (Hollis Blanchard)
by aliguori
· 16 years ago
5a12357
uImage: implement gzip support (Hollis Blanchard)
by aliguori
· 16 years ago
265ca29
uImage: don't leak file data or file descriptor (Hollis Blanchard)
by aliguori
· 16 years ago
83c1f87
Use load address when loading ELF images.
by pbrook
· 16 years ago
293f78b
Remove most uses of phys_ram_base (initial patch by Ian Jackson)
by blueswir1
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
8279006
Cast ELF datatypes properly to host 64bit types.
by ths
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
7428711
Improved initrd support for mips.
by ths
· 18 years ago
1c7b375
Simple u-boot image loading support.
by pbrook
· 18 years ago
9042c0e
Check ELF binaries for machine type and endianness.
by ths
· 18 years ago
699e464
win32 fix
by bellard
· 19 years ago
9ee3c02
added entry parameter to ELF loader
by bellard
· 19 years ago
5fe141f
generic ELF loader
by bellard
· 19 years ago