aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2020-01-05hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé1-2/+2
2020-01-05hw/pci/pci_host: Remove redundant PCI_DPRINTF()Philippe Mathieu-Daudé1-16/+5
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth1-5/+1
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini1-0/+27
2019-11-05pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson1-3/+40
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29pci: mark device having guest unplug request pendingJens Freimann1-0/+3
2019-10-29pci: mark devices partially unpluggedJens Freimann1-0/+3
2019-10-29pci: add option for net failoverJens Freimann1-0/+31
2019-10-24pci_bridge: fix a typo in commentMao Zhongyi1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster3-3/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster3-0/+3
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster3-0/+3
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin1-6/+11
2019-07-01pcie: work around for racy guest initMichael S. Tsirkin1-0/+19
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin1-2/+12
2019-07-01pcie: don't skip multi-mask eventsMichael S. Tsirkin1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-2/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster4-0/+4
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-1/+1
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson1-32/+28
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson2-28/+26
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang1-2/+0
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