aboutsummaryrefslogtreecommitdiffstats
path: root/hw/loader.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-7/+7
2010-02-14Remove conditional rom loading supportBlue Swirl1-5/+0
2010-01-11roms: rework rom loading via fwGerd Hoffmann1-10/+5
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann1-15/+23
2009-12-24loader: more ignores for rom intended to be loaded by the biosAurelien Jarno1-0/+6
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity1-1/+7
2009-12-19Multiboot support: Fix rom_copyKevin Wolf1-2/+5
2009-12-19roms: allow roms to be loaded at address 0Aurelien Jarno1-8/+0
2009-12-18roms: remove option rom packing logicGerd Hoffmann1-57/+46
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann1-3/+22
2009-12-18Check rom_load_all() return value.Gerd Hoffmann1-1/+1
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf1-2/+0
2009-11-17Introduce rom_copyAlexander Graf1-0/+38
2009-11-11Reject late rom loadingPaul Brook1-0/+7
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann1-0/+15
2009-10-30rom loader: use qemu_strdup.Gerd Hoffmann1-1/+1
2009-10-12rom loader: also try filename as-is.Gerd Hoffmann1-2/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-6/+32
2009-10-10Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc1-1/+1
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann1-57/+197
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-15/+15
2009-10-01Get rid of _t suffixmalc1-15/+15
2009-09-20Compile loader only onceBlue Swirl1-0/+546