aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
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
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2016-12-16pci: fix error message for express slotsMichael S. Tsirkin
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin
2016-07-21kvm-irqchip: x86: add msi route notify fnPeter Xu
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pci_register_bar: cleanupCao jin