summaryrefslogtreecommitdiff
path: root/src/util/virpci.c
Commit message (Expand)AuthorAgeFilesLines
* vircpi: Add PCIe 5.0 and 6.0 link speedsMichal Privoznik2022-07-121-1/+1
* util: Remove unused includesPeng Liang2022-06-161-1/+0
* src: Initialize stack allocated virPCIDeviceAddress variablesMichal Privoznik2022-02-111-1/+1
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-2/+1
* util: call virNetDevGetPhysPortID() in less placesLaine Stump2021-12-061-21/+27
* util: fix erroneous requirement for phys_port_id to get ifname of a VFLaine Stump2021-12-061-6/+10
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-8/+2
* Add PCI VPD-related helper functions to virpciDmitrii Shcherbakov2021-10-211-0/+70
* virpci: Clarify lifetime of temporary objectMichal Privoznik2021-08-261-2/+2
* virPCIGetVirtualFunctions: Fetch also network interface name if neededPeter Krempa2021-08-091-7/+32
* virPCIGetNetName: Make 'physPortID' argument constPeter Krempa2021-08-091-2/+2
* virPCIGetVirtualFunctionIndex: Refactor cleanupPeter Krempa2021-08-091-7/+4
* virPCIGetVirtualFunctions: Simplify cleanup of returned dataPeter Krempa2021-08-091-41/+38
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-7/+6
* Fix spellingTim Wiederhake2021-04-151-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-132/+131
* virBuildPath: Remove return valuePeter Krempa2021-03-021-9/+2
* Remove useless comments for VIR_FROM_THIS definitionPeter Krempa2021-03-021-1/+0
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListDel()Daniel Henrique Barboza2021-03-011-3/+3
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListSteal()Daniel Henrique Barboza2021-03-011-3/+3
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFind()Daniel Henrique Barboza2021-03-011-8/+8
* virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFindIndex()Daniel Henrique Barboza2021-03-011-7/+8
* virpci: introduce virPCIDeviceExists()Daniel Henrique Barboza2021-03-011-0/+10
* util: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-1/+1
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-9/+9
* virpci.c: simplify virPCIDeviceNew() signatureDaniel Henrique Barboza2021-01-291-28/+12
* virpci, domain_audit: use virPCIDeviceAddressAsString()Daniel Henrique Barboza2021-01-291-4/+2
* util: Add phys_port_name support on virPCIGetNetNameDmytro Linkin2021-01-251-23/+46
* util: validate pcie_cap_pos != 0 in virDeviceHasPCIExpressLink()Laine Stump2021-01-071-0/+5
* util: make virPCIDeviceIsPCIExpress() more intelligentLaine Stump2020-12-121-4/+62
* util: change call sequence for virPCIDeviceFindCapabilityOffset()Laine Stump2020-12-121-11/+66
* util: make read error of PCI config file more detailedLaine Stump2020-12-121-2/+2
* util: simplify call to virPCIDeviceDetectPowerManagementReset()Laine Stump2020-12-121-4/+4
* util: simplify calling of virPCIDeviceDetectFunctionLevelReset()Laine Stump2020-12-121-12/+7
* util: refactor mdev_types method from PCI to mdevBoris Fiuczynski2020-11-041-59/+0
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-18/+9
* util: refactor function to simplify and remove labelLaine Stump2020-11-021-29/+20
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-10/+5
* util: remove unused function virPCIGetSysfsFile()Laine Stump2020-10-211-15/+0
* util: remove unneeded cleanup:/ret in virpci.cLaine Stump2020-10-211-22/+13
* util: use more g_autofree in virpci.cLaine Stump2020-10-211-18/+9
* util: avoid manual VIR_FREE of a g_autofree pointer in virPCIGetName()Laine Stump2020-10-211-2/+2
* util: simplify virPCIProbeStubDriver()Laine Stump2020-10-211-13/+9
* util: simplify virPCIDriverDir() and its callersLaine Stump2020-10-211-8/+5
* util: simplify virPCIFile() and its callersLaine Stump2020-10-211-20/+14
* util: o-z: use g_new0Ján Tomko2020-10-061-8/+4
* qemu: move ZPCI uid validation into device validationShalini Chellathurai Saroja2020-06-261-20/+0
* conf: fix zPCI address auto-generation on s390Shalini Chellathurai Saroja2020-06-261-5/+14
* util: rename method to virKModIsProhibitedDaniel P. Berrangé2020-06-261-2/+2
* src: remove redundant arg to virKModLoadDaniel P. Berrangé2020-06-221-1/+1