Age | Commit message (Expand) | Author |
2016-09-23 | hw/pci: Prepare for AMD IOMMU | David Kiarie |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-09-10 | vhost-vsock: add virtio sockets device | Stefan Hajnoczi |
2016-07-29 | pcie: fix link active status bit migration | Michael S. Tsirkin |
2016-07-21 | kvm-irqchip: x86: add msi route notify fn | Peter Xu |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-07-04 | hw/pci: delay bus_master_enable_region initialization | Marcel Apfelbaum |
2016-06-17 | pci: fix pci_requester_id() | Peter Xu |
2016-06-02 | pcie: Introduce function for DSN capability creation | Dmitry Fleytman |
2016-06-02 | pcie: Add support for PCIe CAP v1 | Dmitry Fleytman |
2016-06-02 | pci: Introduce define for PM capability version 1.1 | Dmitry Fleytman |
2016-06-02 | msix: make msix_clr_pending() visible for clients | Dmitry Fleytman |
2016-06-02 | pci: fix unaligned access in pci_xxx_quad() | Dmitry Fleytman |
2016-03-22 | hw/pci/pci.h: Don't include qemu-common.h | Markus Armbruster |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-19 | pcie_aer: expose pcie_aer_msg() interface | Chen Fan |
2016-02-19 | aer: impove pcie_aer_init to support vfio device | Chen Fan |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin |
2016-02-09 | hw: Add support for LSI SAS1068 (mptsas) device | Paolo Bonzini |
2015-12-22 | hw/pxb: introduce pxb-pcie expander for PCIe machines | Marcel Apfelbaum |
2015-10-29 | enable multi-function hot-add | Cao jin |
2015-10-24 | msix: add VMSTATE_MSIX_TEST | Marc-André Lureau |
2015-10-19 | hw/pci: Introduce pci_requester_id() | Pavel Fedin |
2015-09-10 | hw/pci-assign: split pci-assign.c | Tiejun Chen |
2015-07-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-07-08 | pci_regs.h: import from linux | Michael S. Tsirkin |
2015-07-06 | vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices | Gabriel Laupre |
2015-06-23 | hw/pci-bridge: introduce "shpc" property | Laszlo Ersek |
2015-06-23 | hw/pci: introduce shpc_present() helper function | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: add macro for "msi" property | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: add macro for "chassis_nr" property | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() | Laszlo Ersek |
2015-06-23 | add pci-bridge-seat | Gerd Hoffmann |
2015-06-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-10 | pci: add PCI_CLASS_INPUT_* | Gerd Hoffmann |
2015-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-04 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell |
2015-06-03 | pci: make pci_bar useable outside pci.c | Michael Roth |
2015-06-03 | hw/pci: add support for NUMA nodes | Marcel Apfelbaum |
2015-06-03 | hw/pci: introduce PCI Expander Bridge (PXB) | Marcel Apfelbaum |
2015-06-03 | hw/pci: made pci_bus_num a PCIBusClass method | Marcel Apfelbaum |
2015-06-03 | hw/pci: made pci_bus_is_root a PCIBusClass method | Marcel Apfelbaum |
2015-06-02 | xen: don't allow guest to control MSI mask register | Jan Beulich |
2015-05-31 | Add stream ID to MSI write | Pavel Fedin |
2015-05-11 | pci: add network device class 'other' for network switches | Scott Feldman |
2015-05-11 | pci: add rocker device ID | Scott Feldman |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-03-18 | pci: fix several trivial typos in comment | Chen Fan |