aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland
2017-09-08pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell
2017-08-31msix: use DIV_ROUND_UPMarc-André Lureau
2017-08-30kvm: remove hard dependency on pciCornelia Huck
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-14hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-11hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi
2017-07-03pci: Convert to realizeMao Zhongyi
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-06msix: trace control bit write opPeter Xu
2017-05-18pci: deassert intx when pci device unrealizeHerongguang (Stephen)
2017-05-08pci: Reduce scope of error injectionEric Blake
2017-05-08pci: Use struct instead of QDict to pass back parametersEric Blake
2017-04-04pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy
2017-03-29pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum
2017-03-15pci: introduce a bus master containerJason Wang
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster
2017-02-17pcie: simplify pcie_add_capability()Peter Xu
2017-02-17pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-02-01msix: Follow CODING_STYLECao jin
2017-02-01pci: mark ROMs read-onlyMichael S. Tsirkin
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-01-24pcie: fix typo in commentsCao jin
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-20hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel