summaryrefslogtreecommitdiff
path: root/hw/pci/pcie_host.c
AgeCommit message (Expand)AuthorFilesLines
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