aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-07fdc: don't use reserved _t suffixBlue Swirl1-1/+1
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-10/+1
2010-01-19pc: add driver version compat propertiesGerd Hoffmann1-0/+16
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-11roms: rework rom loading via fwGerd Hoffmann1-2/+1
2010-01-11pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski1-302/+3
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski1-101/+167
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-3/+12
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann1-0/+2
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf1-4/+6
2009-12-12qdev: make compat stuff more genericGerd Hoffmann1-1/+1
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf1-0/+1
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski1-1/+1
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+5
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf1-102/+24
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf1-13/+30
2009-10-30Remove e1000 rom loading hackAnthony Liguori1-21/+0
2009-10-30use rom loader for pc bios.Gerd Hoffmann1-2/+2
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann1-12/+0
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann1-0/+1
2009-10-27pc.c: only load e1000 rom.Gerd Hoffmann1-1/+8
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski1-1/+8
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski1-1/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann1-186/+85
2009-10-05Improve error reporting on file accessJustin M. Forbes1-6/+6
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-05serial: convert isa to qdevGerd Hoffmann1-5/+1
2009-10-05floppy: add drive properties.Gerd Hoffmann1-4/+2
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann1-2/+1
2009-10-05parallel: convert isa to qdevGerd Hoffmann1-2/+1
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela1-1/+1
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-1/+4
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann1-2/+1
2009-09-13x86: move a declaration to headerBlue Swirl1-2/+0
2009-09-13x86: add 'const'Blue Swirl1-6/+7
2009-09-10qdev/isa: convert real time clockGerd Hoffmann1-1/+1
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann1-1/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-1/+1
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-2/+2
2009-09-10isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann1-0/+2
2009-09-10isapc: Fix irq routingGerd Hoffmann1-1/+2
2009-09-06Fix indentationBlue Swirl1-26/+26
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-8/+7
2009-09-04Fold piix3_init() intto i440fx_initJuan Quintela1-2/+1