summaryrefslogtreecommitdiff
path: root/src/util/virpci.h
Commit message (Expand)AuthorAgeFilesLines
* vircpi: Add PCIe 5.0 and 6.0 link speedsMichal Privoznik2022-07-121-0/+2
* util: call virNetDevGetPhysPortID() in less placesLaine Stump2021-12-061-1/+1
* util: fix erroneous requirement for phys_port_id to get ifname of a VFLaine Stump2021-12-061-1/+1
* Add PCI VPD-related helper functions to virpciDmitrii Shcherbakov2021-10-211-0/+4
* virPCIGetVirtualFunctions: Fetch also network interface name if neededPeter Krempa2021-08-091-0/+4
* virPCIGetNetName: Make 'physPortID' argument constPeter Krempa2021-08-091-1/+1
* virPCIGetVirtualFunctions: Simplify cleanup of returned dataPeter Krempa2021-08-091-3/+15
* conf: Use virTristateXXX in virPCIDeviceAddressTim Wiederhake2021-04-161-1/+1
* Fix spellingTim Wiederhake2021-04-151-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-70/+64
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListDel()Daniel Henrique Barboza2021-03-011-1/+1
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListSteal()Daniel Henrique Barboza2021-03-011-1/+1
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFind()Daniel Henrique Barboza2021-03-011-1/+1
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFindIndex()Daniel Henrique Barboza2021-03-011-1/+1
* virpci: introduce virPCIDeviceExists()Daniel Henrique Barboza2021-03-011-0/+1
* virpci.c: simplify virPCIDeviceNew() signatureDaniel Henrique Barboza2021-01-291-4/+1
* util: Add phys_port_name support on virPCIGetNetNameDmytro Linkin2021-01-251-0/+5
* util: refactor mdev_types method from PCI to mdevBoris Fiuczynski2020-11-041-3/+0
* util: remove unused function virPCIGetSysfsFile()Laine Stump2020-10-211-4/+0
* qemu: move ZPCI uid validation into device validationShalini Chellathurai Saroja2020-06-261-1/+0
* conf: fix zPCI address auto-generation on s390Shalini Chellathurai Saroja2020-06-261-3/+11
* Remove virutil.h from all header filesJán Tomko2020-02-241-1/+0
* virpci: Introduce virPCIDeviceAddressCopyMichal Privoznik2019-12-171-0/+4
* virpci: Introduce and use virPCIDeviceAddressGetIOMMUGroupDevMichal Privoznik2019-12-171-0/+1
* Remove virautoclean.hJán Tomko2019-10-161-1/+0
* Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNCJán Tomko2019-10-161-3/+3
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-1/+1
* src: add support for g_autoptr with virObject instancesDaniel P. Berrangé2019-10-141-0/+3
* virpci: Remove unused virPCIDeviceWaitForCleanupMichal Privoznik2019-08-231-1/+0
* virpci: Drop 'pci-stub' driverMichal Privoznik2019-08-231-1/+0
* virPCIDeviceAddressAsString: Fix const correctnessMichal Privoznik2019-08-061-1/+1
* virPCIDeviceAddressEqual: Fix const correctnessMichal Privoznik2019-08-061-2/+2
* lib: Format PCI address differentlyMichal Privoznik2019-08-051-1/+1
* lib: Unify PCI address formattingMichal Privoznik2019-08-051-0/+2
* util: misc: use #pragma once in headersJonathon Jongsma2019-06-191-12/+9
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-1/+0
* util: Move the VIR_AUTO(CLEAN|PTR) helper macros into a separate headerPeter Krempa2019-04-101-0/+1
* util: Use a semicolon for all VIR_DEFINE_AUTOPTR_FUNCJohn Ferlan2019-02-081-3/+3
* Require a semicolon to VIR_ENUM_DECL callsCole Robinson2019-02-031-2/+2
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* conf: Introduce parser, formatter for uid and fidYi Min Zhao2018-11-151-0/+6
* conf: Introduce extension flag and zPCI member for PCI addressYi Min Zhao2018-11-151-0/+2
* conf: Add definitions for 'uid' and 'fid' PCI address attributesYi Min Zhao2018-11-151-0/+7
* conf: Move more PCI functions out of device_confAndrea Bolognani2018-09-171-0/+7
* util: Drop virPCIGetAddrString()Andrea Bolognani2018-09-051-7/+0
* conf: Rename virDomainPCIAddressAsString()Andrea Bolognani2018-09-051-1/+1
* conf: Move virDomainPCIAddressAsString() to util/virpciAndrea Bolognani2018-09-051-0/+3
* util: pci: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-271-0/+7