summaryrefslogtreecommitdiff
path: root/hw/pci-host/piix.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+3
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-9/+2
2013-12-23piix: fix 32bit pci holeGerd Hoffmann1-9/+2
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+10
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-4/+4
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin1-22/+4
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson1-1/+8
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin1-0/+8
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin1-3/+6
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov1-5/+90
2013-07-29pc: replace i440fx_common_init() with i440fx_init()Igor Mammedov1-37/+13
2013-07-29pc: add I440FX QOM cast macroIgor Mammedov1-2/+6
2013-07-23i440fx-pcihost: Use QOM realize for i440fx-pcihostHu Tao1-12/+17
2013-07-23i440fx: Use type-safe cast instead of direct access of parent devHu Tao1-9/+16
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+9
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson1-0/+9
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+7
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+657