summaryrefslogtreecommitdiff
path: root/src/util/virscsi.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-3/+3
* virscsi: Drop @tmp from virSCSIDeviceListDelMichal Privoznik2021-08-261-2/+1
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-3/+4
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-35/+34
* Remove useless comments for VIR_FROM_THIS definitionPeter Krempa2021-03-021-1/+0
* 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-8/+8
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-17/+9
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-4/+2
* util: o-z: use g_new0Ján Tomko2020-10-061-4/+2
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-20/+11
* Drop needless ret variableMichal Privoznik2019-10-241-3/+1
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-3/+2
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-2/+2
* util: use g_steal_pointer instead of VIR_STEAL_PTRJán Tomko2019-10-161-1/+1
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-3/+3
* Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNCJán Tomko2019-10-161-1/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-7/+7
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* util: Use a semicolon for all VIR_DEFINE_AUTOPTR_FUNCJohn Ferlan2019-02-081-1/+1
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* util: scsi: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-07-271-22/+16
* util: scsi: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-07-271-14/+7
* util: scsi: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-271-2/+3
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* util: Create a new virvhba module and move/rename API'sJohn Ferlan2017-02-191-0/+4
* virscsi: Introduce virSCSIDeviceGetPathMichal Privoznik2016-12-151-0/+6
* Use virDirOpenJán Tomko2016-06-241-8/+2
* Do not ignore hidden files in /sys and /procJán Tomko2016-06-231-6/+0
* Introduce VIR_DIR_CLOSEJán Tomko2016-06-231-4/+2
* Convert SCSI logical unit from unsigned int to unsigned long longEric Farman2015-06-221-8/+8
* Print SCSI address attributes bus, target, unit as unsigned integerEric Farman2015-06-221-3/+3
* Do not call closedir with NULL argumentJán Tomko2014-06-231-2/+4
* util: use virDirRead APIEric Blake2014-04-281-4/+5
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-4/+4
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-1/+0
* virscsi: Introduce virSCSIDeviceUsedByInfoFreeJohn Ferlan2014-03-071-13/+22
* add 'driver' info to used_byChunyan Liu2014-03-041-8/+24
* Fix memory leak in virSCSIDeviceListDel()Nehal J Wani2014-02-261-0/+1
* util: Accept test data path for scsi device's sg_pathOsier Yang2014-01-301-1/+2
* util: Add one argument for several scsi utilsOsier Yang2014-01-301-10/+16
* qemu: Don't fail if the SCSI host device is shareable between domainsOsier Yang2014-01-301-9/+35
* util: Fix the indentionOsier Yang2014-01-231-1/+1
* util: Add "shareable" field for virSCSIDevice structOsier Yang2014-01-231-1/+10
* util: Use new array management macrosOsier Yang2014-01-081-25/+10
* virscsi: hostdev SCSI AdapterId retrieval fixBoris Fiuczynski2013-09-301-10/+7