aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2019-02-22pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy1-0/+2
2019-02-05pci/msi: export msi_is_masked()Peter Xu1-0/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand1-0/+2
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth1-0/+3
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2-0/+4
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand1-0/+4
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand1-0/+2
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand1-4/+4
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand1-4/+4
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson1-0/+4
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2-0/+14
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-2/+21
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-11-06i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé1-1/+1
2018-11-05hw/pci: Add missing includePhilippe Mathieu-Daudé1-0/+2
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell1-2/+1
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland1-2/+0
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland1-0/+1
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu1-5/+13
2018-05-23allocate pci id for mdpyGerd Hoffmann1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+0
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé1-1/+0
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-0/+1
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov1-0/+2
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia1-0/+3
2018-02-16ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan1-1/+1
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-2/+2
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-3/+0
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-3/+6
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-0/+5
2017-12-05pci: Move bridge data structures from pci_bus.h to pci_bridge.hDavid Gibson2-49/+50
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-12/+13
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang1-1/+0
2017-11-13Add new PCI ID for i82559aMike Nawrocki1-0/+1
2017-11-05pci-assign: RemovePaolo Bonzini1-27/+0
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+6
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland1-0/+1
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt1-0/+1
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland1-0/+1
2017-09-08hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov1-0/+1
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov1-0/+25
2017-09-08hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov1-0/+1
2017-08-30kvm: remove hard dependency on pciCornelia Huck1-0/+2
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi2-2/+4
2017-07-03pci: Convert to realizeMao Zhongyi2-2/+4
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-3/+0
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-1/+2
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-05-08pci: Reduce scope of error injectionEric Blake1-4/+0