summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver1-5/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2-6/+6
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson11-47/+48
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2-5/+69
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland1-11/+36
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost10-0/+60
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-14hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar1-0/+12
2017-09-14hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar1-0/+10
2017-09-04apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland1-7/+37
2017-09-04apb: fix endianness for APB and PCI config accessesMark Cave-Ayland1-4/+2
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland1-7/+5
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-2/+2
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-8/+21
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-5/+18
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-3/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell4-14/+13
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau3-3/+3
2017-06-20object: use more specific property type namesMarc-André Lureau2-9/+9
2017-06-20q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau1-2/+1
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek1-3/+38
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake3-4/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost11-17/+17
2017-05-03hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan1-6/+0
2017-04-21versatile: remove cannot_destroy_with_object_finalize_yetLaurent Vivier1-23/+12
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell1-5/+6
2017-02-22hw/pci-host/prep: Do not use hw_error() in realize functionThomas Huth1-5/+6
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton2-0/+329
2016-11-23ppc: Make uninorth interrupt swizzling identical to GrackleBenjamin Herrenschmidt1-3/+1
2016-07-29apb: convert init to realizeWei Jiangang1-3/+2
2016-07-20hw/versatile: realize the PCI root bus as part of the versatile initMarcel Apfelbaum1-0/+1
2016-07-20hw/prep: realize the PCI root bus as part of the prep initMarcel Apfelbaum1-0/+1
2016-07-20hw/grackle: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-07-20hw/apb: fix PCI bus initializationMarcel Apfelbaum1-8/+7
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster2-22/+45
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster2-11/+11
2016-07-04piix: Set I440FXState member pci_info.w32 in one placeMarkus Armbruster1-3/+1
2016-07-04machine: remove iommu propertyMarcel Apfelbaum1-12/+0
2016-07-04hw/iommu: enable iommu with -deviceMarcel Apfelbaum1-16/+1
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum2-0/+4
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily1-0/+20
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini2-0/+2