summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a pc-0-10 machine type for compatibility with 0.10.xMark McLoughlin2009-07-161-6/+53
* Replace -no-virtio-balloon by -balloonMarkus Armbruster2009-06-291-2/+3
* x86: Factor out pc_new_cpuJan Kiszka2009-06-291-14/+22
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Multiboot support v5Alexander Graf2009-06-291-8/+238
* Expose fw_cfg v2Alexander Graf2009-06-291-2/+6
* Change bochs bios init orderAlexander Graf2009-06-291-6/+6
* Don't register cpu reset handler for cpu with APIC.Gleb Natapov2009-06-221-7/+3
* Support addr=... in option argument of -drive if=virtioMarkus Armbruster2009-06-221-1/+4
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-1/+1
* acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata2009-06-221-1/+1
* Make nic option rom loading less painful.Glauber Costa2009-06-221-2/+17
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-131-0/+6
* Apic creation should not depend on pciGleb Natapov2009-06-131-8/+2
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-131-1/+1
* Use relative path for biosPaul Brook2009-05-301-18/+32
* Add common BusStatePaul Brook2009-05-231-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-2/+10
* Remove initrd warning messageRichard W.M. Jones2009-05-201-3/+0
* keep initrd in below 4g area.Glauber Costa2009-05-201-4/+5
* Remove dead codemalc2009-05-201-14/+7
* Disable >4G ram support on 32-bit targetsPaul Brook2009-05-191-0/+4
* Separate virtio PCI codePaul Brook2009-05-181-3/+3
* SMBus qdev conversionPaul Brook2009-05-141-1/+5
* Virtio-console conversionPaul Brook2009-05-141-3/+3
OpenPOWER on IntegriCloud