aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-24Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity1-15/+31
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen1-0/+2
2009-08-10qdev/isa: make pc use qdev for i8042 setup.Gerd Hoffmann1-1/+4
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-12/+0
2009-07-30Remove the pc-0-10 machine typeMark McLoughlin1-50/+5
2009-07-27kill drives_tableGerd Hoffmann1-14/+7
2009-07-27Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin1-1/+2
2009-07-16qdev/compat: virtio-net-pci 0.10 compatibility.Gerd Hoffmann1-0/+4
2009-07-16qdev/compat: virtio-console-pci 0.10 compatibility.Gerd Hoffmann1-0/+4
2009-07-16qdev/compat: virtio-blk-pci 0.10 compatibility.Gerd Hoffmann1-0/+5
2009-07-16qdev/compat: add pc-0.10 machine type.Gerd Hoffmann1-0/+11
2009-07-16qdev: rework device properties.Gerd Hoffmann1-2/+2
2009-07-16Handle vga= in -appendPascal Terjan1-0/+19
2009-07-16Add a pc-0-10 machine type for compatibility with 0.10.xMark McLoughlin1-6/+53
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster1-2/+3
2009-06-29x86: Factor out pc_new_cpuJan Kiszka1-14/+22
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-29Multiboot support v5Alexander Graf1-8/+238
2009-06-29Expose fw_cfg v2Alexander Graf1-2/+6
2009-06-29Change bochs bios init orderAlexander Graf1-6/+6
2009-06-22Don't register cpu reset handler for cpu with APIC.Gleb Natapov1-7/+3
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster1-1/+4
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata1-1/+1
2009-06-22Make nic option rom loading less painful.Glauber Costa1-2/+17
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov1-0/+6
2009-06-13Apic creation should not depend on pciGleb Natapov1-8/+2
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost1-1/+1
2009-05-30Use relative path for biosPaul Brook1-18/+32
2009-05-23Add common BusStatePaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-20Remove initrd warning messageRichard W.M. Jones1-3/+0
2009-05-20keep initrd in below 4g area.Glauber Costa1-4/+5
2009-05-20Remove dead codemalc1-14/+7
2009-05-19Disable >4G ram support on 32-bit targetsPaul Brook1-0/+4
2009-05-18Separate virtio PCI codePaul Brook1-3/+3
2009-05-14SMBus qdev conversionPaul Brook1-1/+5