summaryrefslogtreecommitdiff
path: root/src/conf/virnodedeviceobj.c
Commit message (Expand)AuthorAgeFilesLines
* conf: Update format strings in translated messagesJiri Denemark2023-04-011-5/+4
* util: remove virObjectUnref() adaptersJonathon Jongsma2022-07-151-1/+1
* conf: Remove unused includesPeng Liang2022-06-161-1/+0
* virnodedeviceobj: export virNodeDeviceObjHasCapBoris Fiuczynski2022-03-171-2/+1
* conf: remove misleading comments about access being 'lockless'Daniel P. Berrangé2022-03-101-1/+1
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-2/+1
* virnodedeviceobj: Don't unlock virNodeDeviceObj in virNodeDeviceObjListRemove()Michal Privoznik2022-02-031-1/+1
* Switch away from virHashFreePeter Krempa2021-12-011-1/+1
* Use virNodeDeviceObjEndAPI() moreMichal Privoznik2021-11-111-2/+1
* Add PCI VPD Capability SupportDmitrii Shcherbakov2021-10-211-1/+6
* nodedev: implement virNodeDevice(Get|Set)Autostart()Jonathon Jongsma2021-09-141-0/+16
* nodedev: look up mdevs by UUID and parentJonathon Jongsma2021-08-061-4/+15
* nodedev: add internal virNodeDeviceObjListFind()Jonathon Jongsma2021-08-061-8/+45
* virNodeDeviceObjListNew: `virHashNew` cannot return NULLTim Wiederhake2021-07-231-4/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-79/+78
* nodedev: add helper functions to remove node devicesJonathon Jongsma2021-04-071-4/+54
* nodedev: add persistence to virNodeDeviceObjJonathon Jongsma2021-04-071-0/+16
* nodedev: Add ability to filter by active stateJonathon Jongsma2021-04-071-23/+34
* nodedev: introduce concept of 'active' node devicesJonathon Jongsma2021-04-071-0/+16
* Do not check return value of VIR_REALLOC_NJiri Denemark2021-03-221-1/+1
* node_device: detecting mdev_types capability on ap_matrix deviceBoris Fiuczynski2020-12-091-1/+6
* virsh: nodedev: filter by AP Matrix capabilityShalini Chellathurai Saroja2020-12-091-1/+2
* nodedev: detect AP matrix deviceShalini Chellathurai Saroja2020-12-091-0/+1
* virsh: nodedev: Filter by AP card and AP queue capabilitiesFarhan Ali2020-12-091-1/+3
* nodedev: detect AP queuesShalini Chellathurai Saroja2020-12-091-0/+1
* nodedev: detect AP card deviceShalini Chellathurai Saroja2020-12-091-0/+1
* node_device: detecting mdev_types capability on CSS devicesBoris Fiuczynski2020-11-111-1/+6
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-1/+1
* Include vdpa devices in node device listJonathon Jongsma2020-10-261-1/+3
* util: hash: Change type of hash table name/key to 'char'Peter Krempa2020-10-221-9/+9
* Replace all instances of 'virHashCreate' with 'virHashNew'Peter Krempa2020-10-221-1/+1
* conf: fix g_new0 allocationPavel Hrdina2020-10-131-1/+1
* conf: use g_new0Ján Tomko2020-10-081-5/+2
* virsh: nodedev: ability to filter CSS capabilitiesBoris Fiuczynski2020-09-151-1/+2
* node_device: detect CSS devicesBoris Fiuczynski2020-09-151-0/+1
* nodedev: add mdev support to virNodeDeviceCreateXML()Jonathon Jongsma2020-06-191-0/+34
* conf: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-7/+3
* conf: use G_GNUC_UNUSEDJán Tomko2019-10-151-8/+8
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* conf: Add check to avoid a NULL compare for SysfsPathCheng Lin2019-01-241-1/+2
* conf: rename Match functionsAnya Harter2018-08-141-3/+3
* conf: rename structs used by Export functionAnya Harter2018-08-141-3/+5
* conf: nodedev: Don't refresh host caps in testdriverCole Robinson2018-07-171-1/+12
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-8/+2
* datatypes: Rename @parent to @parentName in virNodeDeviceMichal Privoznik2018-04-181-1/+1
* conf: nodedev: Refresh capabilities before touching themErik Skultety2018-01-291-0/+4
* conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapperErik Skultety2018-01-291-47/+4
* conf: nodedev: Rename virNodeDeviceCapMatch to virNodeDevObjHasCapErik Skultety2018-01-291-5/+4
* conf: nodedev: Rename virNodeDevObjHasCap to virNodeDevObjHasCapStrErik Skultety2018-01-291-5/+7
* conf: honor maxnames in nodeListDevices APIPavel Hrdina2018-01-021-0/+3