aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie_host.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-20pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson1-10/+0
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn1-1/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-02-16pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini1-2/+5
2015-01-26pci: Split pcie_host_mmcfg_map()Alexander Graf1-2/+7
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber1-3/+4
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-21/+0
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-3/+0
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-17pci: fix path for local includesMichael S. Tsirkin1-3/+3
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+161