aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin
2019-07-01pcie: work around for racy guest initMichael S. Tsirkin
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin
2019-07-01pcie: don't skip multi-mask eventsMichael S. Tsirkin
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-05-20pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson
2019-05-13hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07hw/pci/Makefile.objs: make pcie configurableYang Zhong
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-22pci: Sanity test minimum downstream LNKSTAAlex Williamson
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-05pci/msi: export msi_is_masked()Peter Xu
2019-01-14msix: make pba size math more uniformDongli Zhang
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth
2018-12-20pci: Adjust PCI config limit based on bus topologyAlex Williamson
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson
2018-12-19pcie: Create enums for link speed and widthAlex Williamson
2018-12-19hw/pci-bridge: Fix invalid free()Matthias Weckbecker
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-05pci_bridge: fix typo in commentMao Zhongyi
2018-10-11qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé