summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-1/+1
* pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster2019-04-171-1/+1
* pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2019-04-092-1/+25
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-0/+6
|\
| * kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-0/+6
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
|/
* pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang2019-03-131-0/+38
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+3
* hw/pci/Makefile.objs: make pcie configurableYang Zhong2019-03-072-2/+11
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-063-3/+6
* pci: Sanity test minimum downstream LNKSTAAlex Williamson2019-02-221-3/+10
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-172-2/+2
* pci/msi: export msi_is_masked()Peter Xu2019-02-051-1/+1
* msix: make pba size math more uniformDongli Zhang2019-01-151-1/+1
* pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2019-01-152-8/+18
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-113-24/+24
* pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+33
* pci: Adjust PCI config limit based on bus topologyAlex Williamson2018-12-201-0/+26
* pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-1/+10
* pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-202-1/+10
* pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-7/+7
* pci/pcie: rename hotplug handler callbacksDavid Hildenbrand2018-12-202-11/+10Star
* pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson2018-12-191-0/+74
* pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2018-12-192-0/+43
* pcie: Create enums for link speed and widthAlex Williamson2018-12-191-3/+4
* hw/pci-bridge: Fix invalid free()Matthias Weckbecker2018-12-191-1/+1
* pcie: set link state inactive/active after hot unplug/plugZheng Xiang2018-12-191-0/+12
* hw/pci/pci.c: Don't use load_image()Peter Maydell2018-12-141-1/+5
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-273-9/+10
* pci_bridge: fix typo in commentMao Zhongyi2018-11-051-1/+1
* qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev2018-10-111-3/+10
* qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev2018-09-251-0/+3
* hw/pci: factor PCI reserve resources to a separate structureJing Liu2018-09-071-21/+17Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-14/+0Star
|\
| * hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé2018-03-201-14/+0Star
* | net: allow using any PCI NICs in -net or -nicPaolo Bonzini2018-03-121-31/+30Star
|/
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-022-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-132-7/+25
|\
| * hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2018-02-131-5/+19
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-2/+6
* | Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* | Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* | Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-0/+3
|/
* hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+2
* pci/shpc: Move function to generic header fileYuval Shaia2018-01-181-11/+2Star
* pci: Eliminate pci_find_primary_bus()David Gibson2017-12-051-16/+0Star
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-054-42/+47
* pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-1/+1