summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
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
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