summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson2019-11-051-3/+40
* migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-0/+1
* pci: mark device having guest unplug request pendingJens Freimann2019-10-291-0/+3
* pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+3
* pci: add option for net failoverJens Freimann2019-10-291-0/+31
* pci_bridge: fix a typo in commentMao Zhongyi2019-10-241-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-163-3/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-163-0/+3
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-163-0/+3
* 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