summaryrefslogtreecommitdiffstats
path: root/hw/loader.c
Commit message (Expand)AuthorAgeFilesLines
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-15/+15
* uImage: increase the gzip load sizeAlexander Graf2012-06-241-2/+2
* use an uint64_t for the max_sz parameter in load_image_targphysMark Langsdorf2012-05-211-1/+1
* load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt2012-01-211-1/+5
* loader: remove calls to cpu_get_physical_page_desc()Avi Kivity2011-12-201-4/+5
* loader: Fix read_targphys() to behave when read() failsMarkus Armbruster2011-11-191-4/+5
* Remove blanks before \n in output stringsStefan Weil2011-09-161-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-24/+24
* loader: fix a file descriptor leakBlue Swirl2011-01-121-2/+3
* Add bootindex for option roms.Gleb Natapov2010-12-111-5/+11
* Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov2010-12-111-2/+14
* remove dead code from hw/loader.cJoel Schopp2010-07-301-5/+0
* load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-161-7/+7
* Remove conditional rom loading supportBlue Swirl2010-02-141-5/+0
* roms: rework rom loading via fwGerd Hoffmann2010-01-111-10/+5
* roms: minor fixes and cleanups.Gerd Hoffmann2010-01-111-15/+23
* loader: more ignores for rom intended to be loaded by the biosAurelien Jarno2009-12-241-0/+6
* Don't load options roms intended to be loaded by the bios in qemuAvi Kivity2009-12-241-1/+7
* Multiboot support: Fix rom_copyKevin Wolf2009-12-191-2/+5
* roms: allow roms to be loaded at address 0Aurelien Jarno2009-12-191-8/+0
* roms: remove option rom packing logicGerd Hoffmann2009-12-181-57/+46
* roms: use new fw_cfg file xfer support.Gerd Hoffmann2009-12-181-3/+22
* Check rom_load_all() return value.Gerd Hoffmann2009-12-181-1/+1
* Fix loading of ELF multiboot kernelsKevin Wolf2009-12-181-2/+0
* Introduce rom_copyAlexander Graf2009-11-171-0/+38
* Reject late rom loadingPaul Brook2009-11-111-0/+7
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* rom loader: make vga+rom loading configurable.Gerd Hoffmann2009-10-301-0/+15
* rom loader: use qemu_strdup.Gerd Hoffmann2009-10-301-1/+1
* rom loader: also try filename as-is.Gerd Hoffmann2009-10-121-2/+1
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-6/+32
* Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc2009-10-101-1/+1
* Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-061-57/+197
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-15/+15
* Get rid of _t suffixmalc2009-10-011-15/+15
* Compile loader only onceBlue Swirl2009-09-201-0/+546
OpenPOWER on IntegriCloud