summaryrefslogtreecommitdiff
path: root/hw/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-13pc: Add back PCI.rombar compat propertyPaolo Bonzini1-0/+4
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann1-0/+4
2012-04-16Merge remote-tracking branch 'kiszka/queues/pending' into stagingAnthony Liguori1-0/+4
2012-04-16vapic: Disable for pre-1.1 machinesJan Kiszka1-10/+33
2012-04-11virtio-pci: change virtio balloon PCI class codeDavid Gibson1-0/+5
2012-04-11pc: reduce duplication in compat machine typesMichael S. Tsirkin1-215/+73
2012-04-02qdev: add children before qdev_initPaolo Bonzini1-17/+1
2012-03-30qtest: IRQ interception infrastructurePaolo Bonzini1-0/+3
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann1-3/+1
2012-02-29fdc: add a 'check media rate' property. Not used yetHervé Poussineau1-0/+28
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann1-7/+1
2012-02-22pc_piix/pc_sysfw: enable flash by defaultJordan Justen1-0/+49
2012-02-22hw/pc_piix: add pc-1.1Jordan Justen1-2/+10
2012-02-22hw/pc_piix: remove is_default for pc-0.15Jordan Justen1-1/+0
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-3/+3
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-3/+3
2012-01-19kvm: x86: Add user space part for in-kernel IOAPICJan Kiszka1-1/+14
2012-01-19kvm: x86: Add user space part for in-kernel i8259Jan Kiszka1-4/+48
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka1-1/+1
2012-01-15isapc: Fix segfault during initializationJan Kiszka1-11/+11
2011-12-20audio: remove unused parameter isa_picHervé Poussineau1-1/+1
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau1-2/+1
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-8/+11
2011-12-19pc: fix event_idx compatibility for virtio devicesAnthony Liguori1-0/+32
2011-12-18pc: add pc-0.15Anthony Liguori1-0/+9
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori1-1/+5
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori1-0/+11
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy1-0/+12
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann1-0/+16
2011-11-07pc: add 1.0 machine typeGerd Hoffmann1-3/+11
2011-10-21pc: Fix floppy drives with if=noneKevin Wolf1-2/+3
2011-10-16pc: Convert GSIState::i8259_irq into arrayJan Kiszka1-1/+3
2011-10-16pc: Generalize ISA IRQs to GSIsJan Kiszka1-14/+14
2011-09-25pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson1-10/+12
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau1-1/+1
2011-09-23pc: Disable HPET for ISA machineJan Kiszka1-0/+1
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka1-3/+10
2011-08-22440fx: fix PAM, PCI holesAvi Kivity1-6/+17
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-1/+5
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-1/+5
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+2
2011-07-29pc: move global memory map out of pc_init1() and into its callersAvi Kivity1-7/+8
2011-07-29pc: grab system_memoryAvi Kivity1-1/+7
2011-07-26xen: implement unplug protocol in xen_platformStefano Stabellini1-1/+5
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+48
2011-06-19xen: Add the Xen platform pci deviceSteven Smith1-0/+4
2011-06-19xen: fix interrupt routingStefano Stabellini1-5/+1
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-7/+64