aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
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
2009-06-29x86: Factor out pc_new_cpuJan Kiszka
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-29Multiboot support v5Alexander Graf
2009-06-29Expose fw_cfg v2Alexander Graf
2009-06-29Change bochs bios init orderAlexander Graf
2009-06-22Don't register cpu reset handler for cpu with APIC.Gleb Natapov
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata
2009-06-22Make nic option rom loading less painful.Glauber Costa
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov
2009-06-13Apic creation should not depend on pciGleb Natapov
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost
2009-05-30Use relative path for biosPaul Brook
2009-05-23Add common BusStatePaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-20Remove initrd warning messageRichard W.M. Jones
2009-05-20keep initrd in below 4g area.Glauber Costa
2009-05-20Remove dead codemalc
2009-05-19Disable >4G ram support on 32-bit targetsPaul Brook
2009-05-18Separate virtio PCI codePaul Brook
2009-05-14SMBus qdev conversionPaul Brook
2009-05-14Virtio-console conversionPaul Brook