aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann
2010-01-11roms: rework rom loading via fwGerd Hoffmann
2010-01-11pc: add machine type for 0.12Gerd Hoffmann
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf
2009-12-12qdev: make compat stuff more genericGerd Hoffmann
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf
2009-10-30Remove e1000 rom loading hackAnthony Liguori
2009-10-30use rom loader for pc bios.Gerd Hoffmann
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann
2009-10-27pc.c: only load e1000 rom.Gerd Hoffmann
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-05Improve error reporting on file accessJustin M. Forbes
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05serial: convert isa to qdevGerd Hoffmann
2009-10-05floppy: add drive properties.Gerd Hoffmann
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann
2009-10-05parallel: convert isa to qdevGerd Hoffmann
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann
2009-09-13x86: move a declaration to headerBlue Swirl
2009-09-13x86: add 'const'Blue Swirl
2009-09-10qdev/isa: convert real time clockGerd Hoffmann
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann
2009-09-10isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann
2009-09-10isapc: Fix irq routingGerd Hoffmann
2009-09-06Fix indentationBlue Swirl
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-09-04Fold piix3_init() intto i440fx_initJuan Quintela
2009-09-04Use PCII440FXState instead of generic PCIDeviceJuan Quintela
2009-08-27switch balloon initialization to -device.Gerd Hoffmann
2009-08-27ide: split away ide-isa.cGerd Hoffmann