summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-0/+1
|\
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+1
* | pci: Display PCI IRQ pin in "info pci"Peter Xu2020-06-121-0/+1
* | hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth2020-06-121-1/+12
* | hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* | hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé2020-06-091-1/+2
* | pci: assert configuration access is within boundsPrasad J Pandit2020-06-091-0/+4
* | hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova2020-06-091-8/+11
* | msix: allow qword MSI-X table accessesMichael S. Tsirkin2020-06-091-0/+6
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-153-9/+9
* hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova2020-05-041-3/+3
* hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova2020-05-041-0/+19
* pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan2020-03-171-1/+4
* pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-082-4/+8
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-242-3/+3
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé2020-01-051-2/+2
* hw/pci/pci_host: Remove redundant PCI_DPRINTF()Philippe Mathieu-Daudé2020-01-051-16/+5Star
* hw/pci: Remove the "command_serr_enable" propertyThomas Huth2019-12-181-5/+1Star
* pci-stub: add more MSI functionsPaolo Bonzini2019-12-171-0/+27
* 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