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