Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / loader.c
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-09 blueswir1fread_targphys(): Do not cut off the tail.
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-11-20 aliguoriuImage: only try to load 'kernel' images (Hollis Blanchard)
2008-11-20 aliguoriuImage: rename load_uboot() to load_uimage() (Hollis...
2008-11-20 aliguoriuImage: return base load address (Hollis Blanchard)
2008-11-20 aliguoriuImage: implement gzip support (Hollis Blanchard)
2008-11-20 aliguoriuImage: don't leak file data or file descriptor (Hollis...
2008-10-22 pbrookUse load address when loading ELF images.
2008-05-12 blueswir1Remove most uses of phys_ram_base (initial patch by...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-17 thsCast ELF datatypes properly to host 64bit types.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-01 thsImproved initrd support for mips.
2007-03-06 pbrookSimple u-boot image loading support.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-05-07 bellardwin32 fix
2006-04-26 bellardadded entry parameter to ELF loader
2006-04-23 bellardgeneric ELF loader