Age | Commit message (Expand) | Author | Files | Lines |
2022-06-15 | vfio-user: handle device interrupts | Jagannathan Raman | 1 | -0/+13 |
2022-05-13 | hw/pxb: Allow creation of a CXL PXB (host bridge) | Ben Widawsky | 1 | -0/+6 |
2022-05-13 | hw/pci/cxl: Add a CXL component type (interface) | Ben Widawsky | 1 | -0/+8 |
2022-03-06 | pcie: Add support for Single Root I/O Virtualization (SR/IOV) | Knut Omang | 1 | -3/+9 |
2022-02-06 | ACPI ERST: PCI device_id for ERST | Eric DeVolder | 1 | -0/+1 |
2022-01-18 | hw/pci: Document pci_dma_map() | Philippe Mathieu-Daudé | 1 | -0/+12 |
2022-01-07 | pci: Export the pci_intx() function | Frederic Barrat | 1 | -0/+5 |
2021-12-31 | pci: Let ld*_pci_dma() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -9/+8 |
2021-12-31 | pci: Let st*_pci_dma() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -5/+5 |
2021-12-31 | pci: Let ld*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -3/+3 |
2021-12-31 | pci: Let st*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -5/+6 |
2021-12-31 | dma: Let ld*_dma() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -2/+4 |
2021-12-31 | dma: Let ld*_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-12-31 | dma: Let st*_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-12-31 | pci: Let pci_dma_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -4/+6 |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-12-30 | dma: Let dma_memory_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-11-15 | pci: implement power state | Gerd Hoffmann | 1 | -0/+2 |
2021-11-01 | pci: Export pci_for_each_device_under_bus*() | Peter Xu | 1 | -0/+5 |
2021-11-01 | pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fn | Peter Xu | 1 | -10/+9 |
2021-09-30 | pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init() | Peter Maydell | 1 | -5/+5 |
2021-07-16 | hw/pci: Add pci_bus_range() to get PCI bus number range | Xingang Wang | 1 | -0/+1 |
2021-07-16 | hw/pci/pci_host: Allow PCI host to bypass iommu | Xingang Wang | 1 | -0/+1 |
2021-03-22 | pci: introduce acpi-index property for PCI device | Igor Mammedov | 1 | -0/+1 |
2021-02-05 | pci: add romsize property | Paolo Bonzini | 1 | -0/+1 |
2021-01-29 | hw/misc/pvpanic: add PCI interface support | Mihai Carabas | 1 | -0/+1 |
2020-12-10 | pci: Let pci_dma_write() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -2/+14 |
2020-12-10 | pci: Let pci_dma_read() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -2/+14 |
2020-12-10 | pci: Let pci_dma_rw() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -2/+16 |
2020-10-27 | pci: allocate pci id for nvme | Klaus Jensen | 1 | -0/+1 |
2020-10-27 | pci: pass along the return value of dma_memory_rw | Klaus Jensen | 1 | -2/+1 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -9/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-08-27 | pci: Move PCIBusClass typedef to pci.h | Eduardo Habkost | 1 | -0/+1 |
2020-07-03 | virtio-pci: Proxy for virtio-mem | David Hildenbrand | 1 | -0/+1 |
2020-06-15 | pci: pci_create(), pci_create_multifunction() are now unused, drop | Markus Armbruster | 1 | -3/+0 |
2020-06-15 | pci: New pci_new(), pci_realize_and_unref() etc. | Markus Armbruster | 1 | -0/+5 |
2020-02-27 | virtio-iommu-pci: Add virtio iommu pci support | Eric Auger | 1 | -0/+1 |
2019-12-18 | hw/pci: Remove the "command_serr_enable" property | Thomas Huth | 1 | -1/+1 |
2019-10-29 | pci: mark devices partially unplugged | Jens Freimann | 1 | -0/+1 |
2019-10-29 | pci: add option for net failover | Jens Freimann | 1 | -0/+3 |
2019-09-20 | ipmi: Add PCI IPMI interfaces | Corey Minyard | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+0 |
2019-07-04 | virtio-pci: Proxy for virtio-pmem | Pankaj Gupta | 1 | -0/+1 |
2019-05-29 | pci: Make is_bridge a bool | David Gibson | 1 | -1/+1 |
2019-05-29 | pcie: Simplify pci_adjust_config_limit() | David Gibson | 1 | -1/+0 |
2019-05-20 | pci: Simplify pci_bus_is_root() | David Gibson | 1 | -1/+0 |
2019-04-26 | spapr: Drop duplicate PCI swizzle code | Greg Kurz | 1 | -0/+4 |
2019-04-09 | pci: Allow PCI bus subtypes to support extended config space accesses | Greg Kurz | 1 | -0/+2 |