aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdev/isa: convert real time clockGerd Hoffmann2009-09-101-1/+1
* qdev/isa: convert ne2000Gerd Hoffmann2009-09-101-1/+1
* qdev: simplify isa irq assignmentsGerd Hoffmann2009-09-101-1/+1
* qdev: drop iobase properties from isa busGerd Hoffmann2009-09-101-2/+2
* isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann2009-09-101-0/+2
* isapc: Fix irq routingGerd Hoffmann2009-09-101-1/+2
* Fix indentationBlue Swirl2009-09-061-26/+26
* mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil2009-09-041-1/+1
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-8/+7
* Fold piix3_init() intto i440fx_initJuan Quintela2009-09-041-2/+1
* Use PCII440FXState instead of generic PCIDeviceJuan Quintela2009-09-041-1/+1
* switch balloon initialization to -device.Gerd Hoffmann2009-08-271-7/+0
* ide: split away ide-isa.cGerd Hoffmann2009-08-271-0/+1
* qdev: convert watchdogsMarkus Armbruster2009-08-271-2/+0
* Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann2009-08-271-3/+1
* Add isa_reserve_irq().Jes Sorensen2009-08-271-10/+14
* isa bus irq changes and fixes.Gerd Hoffmann2009-08-271-3/+5
* Make the e1000 the default network adapter for the pc target.Anthony Liguori2009-08-241-2/+2
* virtio-blk: add msi support.Gerd Hoffmann2009-08-241-0/+4
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-11/+1
* Route IOAPIC interrupts via ISA busAvi Kivity2009-08-241-8/+8
* Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity2009-08-241-15/+31
* QEMU set irq0override in fw_cfgJes Sorensen2009-08-241-0/+2
* qdev/isa: make pc use qdev for i8042 setup.Gerd Hoffmann2009-08-101-1/+4
* qdev-ify virtio-blk.Gerd Hoffmann2009-08-101-12/+0
* Remove the pc-0-10 machine typeMark McLoughlin2009-07-301-50/+5
* kill drives_tableGerd Hoffmann2009-07-271-14/+7
* Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin2009-07-271-1/+2
* qdev/compat: virtio-net-pci 0.10 compatibility.Gerd Hoffmann2009-07-161-0/+4
* qdev/compat: virtio-console-pci 0.10 compatibility.Gerd Hoffmann2009-07-161-0/+4
* qdev/compat: virtio-blk-pci 0.10 compatibility.Gerd Hoffmann2009-07-161-0/+5
* qdev/compat: add pc-0.10 machine type.Gerd Hoffmann2009-07-161-0/+11
* qdev: rework device properties.Gerd Hoffmann2009-07-161-2/+2
* Handle vga= in -appendPascal Terjan2009-07-161-0/+19