aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: convert hw/pciMarc-André Lureau2-14/+19
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang1-0/+33
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2-2/+2
2020-07-02pci: Delete useless error_propagate()Markus Armbruster1-3/+0
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster1-16/+0
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster1-4/+4
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster1-0/+21
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2-2/+2
2020-06-15qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster1-1/+1
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu1-0/+1
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth1-1/+12
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2020-06-09hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2020-06-09hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé1-1/+2
2020-06-09pci: assert configuration access is within boundsPrasad J Pandit1-0/+4
2020-06-09hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova1-8/+11
2020-06-09msix: allow qword MSI-X table accessesMichael S. Tsirkin1-0/+6
2020-05-15qdev: Unrealize must not failMarkus Armbruster3-9/+9
2020-05-04hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova1-3/+3
2020-05-04hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova1-0/+19
2020-03-16pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan1-1/+4
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova2-4/+8
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau2-3/+3
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