summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2014-03-13raven: Move BIOS loading from board code to PCI hostHervé Poussineau1-0/+51
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan1-5/+5
2014-03-09pam: partly fix write-only modeHervé Poussineau1-1/+1
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+3
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+3
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau1-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 Armbruster9-4/+66
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster4-6/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster4-10/+10
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf2-3/+3
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2-44/+9
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson2-3/+16
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-1/+33
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin1-0/+10
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin1-0/+8
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 Liguori2-8/+30
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones1-1/+1
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
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 Liguori2-6/+11
2013-08-30qom: Pass available size to object_initialize()Andreas Färber3-3/+3
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber2-2/+2
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2-6/+11
2013-07-31pci-host/prep: Set isa_mem_base in the PCI host bridgeHervé Poussineau1-0/+2
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov2-20/+163
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-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-4/+3
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum4-0/+6
2013-07-25sparc64: unbreakPaolo Bonzini1-19/+28
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini1-52/+2
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
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-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 Liguori2-0/+26
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2-0/+18
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini9-56/+57
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini3-11/+13
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini10-57/+57
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-0/+8
2013-06-02dec.c - move to pci-bridgeMichael S. Tsirkin3-167/+0
2013-05-30q35: set fw_nameMichael S. Tsirkin1-0/+1