aboutsummaryrefslogtreecommitdiff
path: root/hw/loader.c
AgeCommit message (Expand)Author
2012-06-24uImage: increase the gzip load sizeAlexander Graf
2012-05-21use an uint64_t for the max_sz parameter in load_image_targphysMark Langsdorf
2012-01-21load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt
2011-12-20loader: remove calls to cpu_get_physical_page_desc()Avi Kivity
2011-11-19loader: Fix read_targphys() to behave when read() failsMarkus Armbruster
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-12loader: fix a file descriptor leakBlue Swirl
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov
2010-07-30remove dead code from hw/loader.cJoel Schopp
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno
2010-02-14Remove conditional rom loading supportBlue Swirl
2010-01-11roms: rework rom loading via fwGerd Hoffmann
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann
2009-12-24loader: more ignores for rom intended to be loaded by the biosAurelien Jarno
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity
2009-12-19Multiboot support: Fix rom_copyKevin Wolf
2009-12-19roms: allow roms to be loaded at address 0Aurelien Jarno
2009-12-18roms: remove option rom packing logicGerd Hoffmann
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann
2009-12-18Check rom_load_all() return value.Gerd Hoffmann
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf
2009-11-17Introduce rom_copyAlexander Graf
2009-11-11Reject late rom loadingPaul Brook
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann
2009-10-30rom loader: use qemu_strdup.Gerd Hoffmann
2009-10-12rom loader: also try filename as-is.Gerd Hoffmann
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann
2009-10-10Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl