aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* Avoid name clashes with symbols that leak from system headersmalc2009-07-181-0/+3
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Fix prototype of function zfree.Stefan Weil2009-06-131-2/+2
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-1/+0
* fread_targphys(): Do not cut off the tail.blueswir12009-03-091-1/+2
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* uImage: only try to load 'kernel' images (Hollis Blanchard)aliguori2008-11-201-4/+4
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-201-2/+2
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-201-1/+5
* uImage: implement gzip support (Hollis Blanchard)aliguori2008-11-201-4/+136
* uImage: don't leak file data or file descriptor (Hollis Blanchard)aliguori2008-11-201-9/+10
* Use load address when loading ELF images.pbrook2008-10-221-3/+3
* Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir12008-05-121-4/+87
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+1
* Break up vl.h.pbrook2007-11-171-1/+1
* Cast ELF datatypes properly to host 64bit types.ths2007-10-171-0/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Improved initrd support for mips.ths2007-04-011-3/+5
* Simple u-boot image loading support.pbrook2007-03-061-0/+78
* Check ELF binaries for machine type and endianness.ths2006-12-231-2/+10
* win32 fixbellard2006-05-071-1/+1
* added entry parameter to ELF loaderbellard2006-04-261-3/+4
* generic ELF loaderbellard2006-04-231-0/+234