index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-1
/
+0
*
fread_targphys(): Do not cut off the tail.
blueswir1
2009-03-09
1
-1
/
+2
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-4
/
+0
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-4
/
+3
*
uImage: only try to load 'kernel' images (Hollis Blanchard)
aliguori
2008-11-20
1
-4
/
+4
*
uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)
aliguori
2008-11-20
1
-2
/
+2
*
uImage: return base load address (Hollis Blanchard)
aliguori
2008-11-20
1
-1
/
+5
*
uImage: implement gzip support (Hollis Blanchard)
aliguori
2008-11-20
1
-4
/
+136
*
uImage: don't leak file data or file descriptor (Hollis Blanchard)
aliguori
2008-11-20
1
-9
/
+10
*
Use load address when loading ELF images.
pbrook
2008-10-22
1
-3
/
+3
*
Remove most uses of phys_ram_base (initial patch by Ian Jackson)
blueswir1
2008-05-12
1
-4
/
+87
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-0
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+1
*
Cast ELF datatypes properly to host 64bit types.
ths
2007-10-17
1
-0
/
+3
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-1
/
+1
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-3
/
+3
*
Improved initrd support for mips.
ths
2007-04-01
1
-3
/
+5
*
Simple u-boot image loading support.
pbrook
2007-03-06
1
-0
/
+78
*
Check ELF binaries for machine type and endianness.
ths
2006-12-23
1
-2
/
+10
*
win32 fix
bellard
2006-05-07
1
-1
/
+1
*
added entry parameter to ELF loader
bellard
2006-04-26
1
-3
/
+4
*
generic ELF loader
bellard
2006-04-23
1
-0
/
+234