summaryrefslogtreecommitdiff
path: root/tools/virsh-pool.c
Commit message (Expand)AuthorAgeFilesLines
* virsh: use g_new0 instead of vsh[CM]allocJán Tomko2020-10-061-4/+4
* tools: fix misc spelling errors reported by codespellDaniel P. Berrangé2020-10-051-1/+1
* Reduce scope of some variablesJán Tomko2020-09-241-1/+2
* virsh: pool-list: options --all and --inactive are mutually exclusiveLin Ma2020-09-121-0/+2
* virsh: Add source-initiator opt to build the initiator of pool XMLHan Han2020-08-251-4/+17
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-2/+2
* tools: eliminate unnecessary labelsLaine Stump2020-07-081-7/+6
* tools: use g_auto() for all virBuffersLaine Stump2020-07-081-4/+2
* Add a space before ending a commentJán Tomko2020-01-301-1/+1
* src: replace verify(expr) with G_STATIC_ASSERT(expr)Daniel P. Berrangé2020-01-171-1/+1
* tools: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-9/+6
* util: buffer: Remove virBufferErrorPeter Krempa2019-10-241-9/+0
* tools: prefer g_strdup to vshStrdupJán Tomko2019-10-201-16/+14
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-1/+1
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* tools: use G_GNUC_UNUSEDJán Tomko2019-10-151-7/+7
* virsh: Introduce virshPoolTypeCompleterMichal Privoznik2019-08-091-0/+1
* storage: Add iscsi-direct pool list type flagHan Han2019-07-131-1/+1
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* virsh-pool: Offer only active pool for pool-refresh completerMichal Privoznik2019-03-161-1/+1
* virsh: Expose virConnectGetStoragePoolCapabilitiesJohn Ferlan2019-03-061-0/+42
* Require a semicolon for VIR_ENUM_IMPL callsCole Robinson2019-02-031-2/+2
* Require a semicolon to VIR_ENUM_DECL callsCole Robinson2019-02-031-2/+2
* virsh: Add source-protocol-ver for pool commandsJohn Ferlan2019-01-291-2/+10
* Remove even more Author(s): lines from source filesMichal Privoznik2019-01-031-5/+0
* virsh: Implement vshTable API to pool-listSimon Kobyda2018-09-241-131/+31
* storage: Introduce iscsi_direct pool typeClementine Hayat2018-08-061-0/+3
* tools: Fix typo generating adapter_wwpn fieldJohn Ferlan2018-07-201-1/+1
* virsh: Add event name completion to 'pool-event' commandLin Ma2018-05-241-0/+1
* virsh-pool: Rename and move vshEventCallback to virshPoolEventCallbackLin Ma2018-05-241-12/+6
* tools: Add support for additional adapter parent optionsJohn Ferlan2018-03-121-2/+25
* tools: Update the help description of the adapter-parent fieldJohn Ferlan2018-03-121-1/+1
* virsh: fixing segfault by pool autocompleter function.Julio Faracco2018-02-281-0/+3
* virsh: Introduce virshStoragePoolNameCompleterMichal Privoznik2018-01-241-14/+14
* virsh: Define multi line macros properlyMichal Privoznik2017-11-041-5/+5
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-100/+100
* virsh: Add/allow secret-uuid for pool-{define|create}-asJohn Ferlan2017-09-271-3/+13
* storage: Add new events for *PoolBuild() and *PoolDelete().Julio Faracco2017-09-201-1/+3
* storage: Introduce Virtuozzo vstorage backendOlga Krishtal2017-01-261-0/+3
* virsh: pool-list: allow both --uuid and --name in one cmdChen Hanxiao2017-01-181-13/+11
* virsh: pool-list: introduce --name for printing pool's name onlyChen Hanxiao2017-01-181-2/+20
* virsh: pool-list: introduce --uuid for printing pool's UUID onlyChen Hanxiao2017-01-181-0/+20
* virsh: pool-info: introduce option --bytesChen Hanxiao2017-01-101-6/+19
* storage: Fix implementation of no-overwrite for file system backendJohn Ferlan2017-01-101-1/+1
* virstring: Unify string list function namesMichal Privoznik2016-11-251-2/+2
* tools: Replace vshPrint with vshPrintExtra on places we forgot aboutErik Skultety2016-11-141-10/+11
* virsh: Fix *-event error stringChristophe Fergeau2016-09-081-1/+1
* virsh: use vshError consistently after virBufferError checksPino Toscano2016-08-241-1/+1
* virsh: respect -q/--quiet morePino Toscano2016-08-241-14/+14
* Fix unbalanced quotation marksYuri Chornoivan2016-08-021-1/+1