summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-211-0/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-3/+3
* pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster2010-03-161-20/+8
* pc: Fix error reporting for -boot onceMarkus Armbruster2010-03-161-4/+3
* x86: Extend validity of bsp_to_cpuJan Kiszka2010-03-041-1/+2
* Allocate memory below 4GB as one chunkAvi Kivity2010-03-041-9/+2
* QEMU e820 reservation patchJes Sorensen2010-02-191-0/+35
* pc: Add backward compatibility options for virtio-serialAmit Shah2010-02-191-0/+28
* pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah2010-02-191-1/+9
* Remove conditional rom loading supportBlue Swirl2010-02-141-3/+0
* fdc: don't use reserved _t suffixBlue Swirl2010-02-071-1/+1
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-10/+1
* pc: add driver version compat propertiesGerd Hoffmann2010-01-191-0/+16
* pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann2010-01-111-0/+8
* roms: rework rom loading via fwGerd Hoffmann2010-01-111-2/+1
* pc: add machine type for 0.12Gerd Hoffmann2010-01-111-1/+17
* multiboot: Separate multiboot loading into separate fileAdam Lackorzynski2010-01-081-302/+3
* multiboot: Support arbitrary number of modules.Adam Lackorzynski2010-01-081-101/+167
* hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-3/+12
* roms: use new fw_cfg file xfer support.Gerd Hoffmann2009-12-181-0/+2
* Fix loading of ELF multiboot kernelsKevin Wolf2009-12-181-4/+6
* qdev: make compat stuff more genericGerd Hoffmann2009-12-121-1/+1
* multiboot: Use signed type for negative error numbersKevin Wolf2009-12-031-0/+1
* multiboot: Fix module loading and setting of mmap.Adam Lackorzynski2009-12-031-1/+1
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+5
* Convert linux bootrom to external rom and fw_cfgAlexander Graf2009-11-171-102/+24
* Convert multiboot to fw_cfg backed data storageAlexander Graf2009-11-171-13/+30
* Remove e1000 rom loading hackAnthony Liguori2009-10-301-21/+0
* use rom loader for pc bios.Gerd Hoffmann2009-10-301-2/+2
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-301-12/+0
* rom loader: make vga+rom loading configurable.Gerd Hoffmann2009-10-301-0/+1
* pc.c: only load e1000 rom.Gerd Hoffmann2009-10-271-1/+8
* multiboot: Limit number of multiboot modulesAdam Lackorzynski2009-10-151-1/+8
* multiboot: Fix cmdline of modulesAdam Lackorzynski2009-10-151-1/+1
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-1/+1
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-061-186/+85
* Improve error reporting on file accessJustin M. Forbes2009-10-051-6/+6
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-1/+1
* serial: convert isa to qdevGerd Hoffmann2009-10-051-5/+1
* floppy: add drive properties.Gerd Hoffmann2009-10-051-4/+2
* pci: windup acpi-based hotplugGerd Hoffmann2009-10-051-2/+1
* parallel: convert isa to qdevGerd Hoffmann2009-10-051-2/+1
* i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela2009-10-051-1/+1
* 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-1/+4
* ide/isa: convert to qdev.Gerd Hoffmann2009-09-151-2/+1
* x86: move a declaration to headerBlue Swirl2009-09-131-2/+0
* x86: add 'const'Blue Swirl2009-09-131-6/+7
OpenPOWER on IntegriCloud