summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-04Use PCII440FXState instead of generic PCIDeviceJuan Quintela1-1/+1
2009-08-27switch balloon initialization to -device.Gerd Hoffmann1-7/+0
2009-08-27ide: split away ide-isa.cGerd Hoffmann1-0/+1
2009-08-27qdev: convert watchdogsMarkus Armbruster1-2/+0
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann1-3/+1
2009-08-27Add isa_reserve_irq().Jes Sorensen1-10/+14
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann1-3/+5
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori1-2/+2
2009-08-24virtio-blk: add msi support.Gerd Hoffmann1-0/+4
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-11/+1
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity1-8/+8