summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pcie: minor cleanups for slot control/statusMichael S. Tsirkin2019-07-011-6/+11
* pcie: work around for racy guest initMichael S. Tsirkin2019-07-011-0/+19
* pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-011-2/+12
* pcie: don't skip multi-mask eventsMichael S. Tsirkin2019-07-011-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-2/+1Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-124-0/+4
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-06-061-1/+1
|\
| * hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-1/+1
* | pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson2019-05-301-32/+28Star
* | pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-302-28/+26Star
|/
* pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang2019-05-221-2/+0Star
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-12/+2Star
* pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson2019-05-211-10/+0Star
* hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth2019-05-131-0/+11
* 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