summaryrefslogtreecommitdiffstats
path: root/include/hw/pci
Commit message (Expand)AuthorAgeFilesLines
...
* ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2018-02-161-1/+1
* hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2018-02-131-2/+2
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-3/+0Star
* pci: Eliminate pci_find_primary_bus()David Gibson2017-12-051-1/+0Star
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-3/+6
* pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-0/+5
* pci: Move bridge data structures from pci_bus.h to pci_bridge.hDavid Gibson2017-12-052-49/+50
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-12/+13
* Revert "Add new PCI ID for i82559a"Jason Wang2017-11-201-1/+0Star
* Add new PCI ID for i82559aMike Nawrocki2017-11-131-0/+1
* pci-assign: RemovePaolo Bonzini2017-11-051-27/+0Star
* pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost2017-10-151-0/+6
* net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland2017-09-211-0/+1
* net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt2017-09-151-0/+1
* pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland2017-09-081-0/+1
* hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov2017-09-081-0/+1
* hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov2017-09-081-0/+25
* hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov2017-09-081-0/+1
* kvm: remove hard dependency on pciCornelia Huck2017-08-301-0/+2
* pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-032-2/+4
* pci: Convert to realizeMao Zhongyi2017-07-032-2/+4
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-3/+0Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-1/+2
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0Star
* pci: Reduce scope of error injectionEric Blake2017-05-081-4/+0Star
* sm501: Add emulation of chip connected via PCIBALATON Zoltan2017-04-241-0/+3
* hw/virtio: fix Power Management Control Register for PCI Express virtio devicesMarcel Apfelbaum2017-03-161-0/+2
* hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum2017-03-161-0/+3
* hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2017-03-161-0/+2
* pci: introduce a bus master containerJason Wang2017-03-151-0/+1
* spapr/pci: populate PCI DT in reverse orderGreg Kurz2017-03-011-0/+4
* PCI: add missing classes in pci_ids.h to build device treeLaurent Vivier2017-03-011-9/+103
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-0/+2
* xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-0/+1
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+3
* hw/pcie: Introduce Generic PCI Express Root PortMarcel Apfelbaum2017-02-011-0/+1
* hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum2017-02-011-0/+19
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-10/+0Star
* pcie_aer: support configurable AER capa versionDou Liyang2017-01-101-2/+2
* pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-101-2/+2
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-101-0/+4
* hw/pci: Prepare for AMD IOMMUDavid Kiarie2016-09-231-0/+3
* Remove unused function declarationsLadi Prosek2016-09-152-2/+0Star
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-091-0/+1
* pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-281-0/+3
* kvm-irqchip: x86: add msi route notify fnPeter Xu2016-07-211-0/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+3
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-1/+2
* hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum2016-07-041-0/+2
* pci: fix pci_requester_id()Peter Xu2016-06-171-2/+24