summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: Initialize pci_dev->name before useAlexey Kardashevskiy2017-11-161-1/+1
* pci: Validate interfaces on base_class_initEduardo Habkost2017-10-151-0/+12
* pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost2017-10-151-0/+12
* PCI: PCIe access should always be little endianMatt Redfearn2017-10-151-1/+1
* pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland2017-10-151-1/+2
* net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt2017-09-151-0/+2
* pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland2017-09-081-3/+15
* pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland2017-09-081-2/+8
* hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov2017-09-081-0/+46
* Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell2017-08-311-2/+2
|\
| * msix: use DIV_ROUND_UPMarc-André Lureau2017-08-311-2/+2
* | kvm: remove hard dependency on pciCornelia Huck2017-08-302-0/+16
|/
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-2/+2
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-1/+1
* hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé2017-07-111-0/+3
* pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-032-12/+10Star
* pci: Convert to realizeMao Zhongyi2017-07-032-11/+20
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-033-20/+4Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-035-11/+28
* pci: Add comment for pci_add_capability2()Mao Zhongyi2017-07-031-0/+6
* pci: Clean up error checking in pci_add_capability()Mao Zhongyi2017-07-031-5/+1Star
* vmstate: error hint for failed equal checksHalil Pasic2017-06-282-2/+2
* msix: trace control bit write opPeter Xu2017-06-062-2/+12
* pci: deassert intx when pci device unrealizeHerongguang (Stephen)2017-05-171-0/+1
* pci: Reduce scope of error injectionEric Blake2017-05-081-2/+2
* pci: Use struct instead of QDict to pass back parametersEric Blake2017-05-081-18/+26
* pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy2017-04-041-2/+4
* pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy2017-03-291-0/+2
* hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum2017-03-161-0/+14
* hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2017-03-162-0/+8
* pci: introduce a bus master containerJason Wang2017-03-151-2/+7
* spapr/pci: populate PCI DT in reverse orderGreg Kurz2017-03-011-0/+28
* Don't check qobject_type() before qobject_to_qdict()Markus Armbruster2017-02-221-1/+1
* pcie: simplify pcie_add_capability()Peter Xu2017-02-171-11/+3Star
* pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin2017-02-171-4/+7
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-5/+31
* msix: Follow CODING_STYLECao jin2017-02-011-2/+6
* pci: mark ROMs read-onlyMichael S. Tsirkin2017-02-011-1/+1
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-01-251-1/+1
|\
| * pcie: fix typo in commentsCao jin2017-01-241-1/+1
* | PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-23/+18Star
* | migration: extend VMStateInfoJianjun Duan2017-01-243-8/+23
|/
* hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel2017-01-201-8/+1Star
* pcie_aer: support configurable AER capa versionDou Liyang2017-01-101-3/+3
* pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-101-10/+7Star
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-101-0/+15
* pci: fix error message for express slotsMichael S. Tsirkin2016-12-161-2/+2
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1