summaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan1-5/+5
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+5
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin1-22/+5
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson1-2/+8
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+25
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin1-0/+10
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin1-0/+14
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin1-1/+1
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-4/+20
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones1-1/+1
2013-09-15q35: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-09-15q35: make pci window address/size match guest cfgMichael S. Tsirkin1-0/+10
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-3/+5
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin1-3/+5
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov1-15/+73
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-07-23q35: Use QOM realize for q35 host bridgeHu Tao1-14/+15
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao1-21/+22
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+17
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-5/+5
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-5/+5
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-0/+8
2013-05-30q35: set fw_nameMichael S. Tsirkin1-0/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+310