aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
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
2009-08-27qdev: convert watchdogsMarkus Armbruster
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann
2009-08-27Add isa_reserve_irq().Jes Sorensen
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori
2009-08-24virtio-blk: add msi support.Gerd Hoffmann
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity
2009-08-24Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen
2009-08-10qdev/isa: make pc use qdev for i8042 setup.Gerd Hoffmann
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann
2009-07-30Remove the pc-0-10 machine typeMark McLoughlin
2009-07-27kill drives_tableGerd Hoffmann
2009-07-27Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin
2009-07-16qdev/compat: virtio-net-pci 0.10 compatibility.Gerd Hoffmann
2009-07-16qdev/compat: virtio-console-pci 0.10 compatibility.Gerd Hoffmann
2009-07-16qdev/compat: virtio-blk-pci 0.10 compatibility.Gerd Hoffmann
2009-07-16qdev/compat: add pc-0.10 machine type.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-16Handle vga= in -appendPascal Terjan
2009-07-16Add a pc-0-10 machine type for compatibility with 0.10.xMark McLoughlin
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster