aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+3
2019-03-07hw/pci/Makefile.objs: make pcie configurableYang Zhong2-2/+11
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand3-3/+6
2019-02-22pci: Sanity test minimum downstream LNKSTAAlex Williamson1-3/+10
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2-2/+2
2019-02-05pci/msi: export msi_is_masked()Peter Xu1-1/+1
2019-01-14msix: make pba size math more uniformDongli Zhang1-1/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2-8/+18
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini3-24/+24
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth1-0/+33
2018-12-20pci: Adjust PCI config limit based on bus topologyAlex Williamson1-0/+26
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand1-1/+10
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand2-1/+10
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand1-7/+7
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand2-11/+10
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson1-0/+74
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2-0/+43
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-3/+4
2018-12-19hw/pci-bridge: Fix invalid free()Matthias Weckbecker1-1/+1
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang1-0/+12
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell1-1/+5
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau3-9/+10
2018-11-05pci_bridge: fix typo in commentMao Zhongyi1-1/+1
2018-10-11qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev1-3/+10
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev1-0/+3
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu1-21/+17
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+0
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé1-14/+0
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini1-31/+30
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster2-2/+2
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-7/+25
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-5/+19
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-0/+3
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-2/+6
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia1-11/+2
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson1-16/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson4-42/+47
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-23/+26
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy1-1/+1
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost1-0/+12
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+12
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn1-1/+1
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland1-1/+2
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt1-0/+2