summaryrefslogtreecommitdiffstats
path: root/hw/pci/pcie_host.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson2019-05-211-10/+0Star
* PCI: PCIe access should always be little endianMatt Redfearn2017-10-151-1/+1
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini2015-02-161-2/+5
* pci: Split pcie_host_mmcfg_map()Alexander Graf2015-01-261-2/+7
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-1/+0Star
* pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-3/+4
* pcie_host: expose address formatMichael S. Tsirkin2013-10-141-21/+0Star
* pcie_host: expose UNMAPPED macroMichael S. Tsirkin2013-10-141-3/+0Star
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-3/+3
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+161