aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2019-05-20pci: Simplify pci_bus_is_root()David Gibson1-12/+2
2019-05-20pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson1-10/+0
2019-05-13hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth1-0/+11
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-1/+1
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster1-1/+1
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2-1/+25
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+6
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini1-0/+6
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang1-0/+38
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