search for: _virt_log

Displaying 4 results from an estimated 4 matches for "_virt_log".

2016 Aug 25
0
[PATCH 5/5] bash completion: Add missing bash completion scripts (RHBZ#1367738).
...+_virt_get_kernel () +{ + _guestfs_virttools "virt-get-kernel" 1 +} && +complete -o default -F _virt_get_kernel virt-get-kernel + _virt_inspector () { _guestfs_virttools "virt-inspector" 1 } && complete -o default -F _virt_inspector virt-inspector +_virt_log () +{ + _guestfs_virttools "virt-log" 1 +} && +complete -o default -F _virt_log virt-log + _virt_ls () { _guestfs_virttools "virt-ls" 1 } && complete -o default -F _virt_ls virt-ls +_virt_p2v_make_disk () +{ + _guestfs_virttools "virt-p2v-ma...
2016 Aug 25
7
[PATCH 0/5] bash completion: Add missing bash completion scripts (RHBZ#1367738).
This implements most of RHBZ#1367738. I didn't bother with virt-v2v-copy-to-local and virt-win-reg, but all the other tools now have full bash completion. Rich.
2014 Nov 26
5
[PATCH] tools: implement --short-options
Just like --long-options, it makes it possible to know which short options are supported by each tool; this can help improving the bash completion, for example. --- align/scan.c | 3 +++ builder/cmdline.ml | 1 + cat/cat.c | 3 +++ cat/filesystems.c | 3 +++ cat/log.c | 3 +++ cat/ls.c | 3 +++
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
...gs fixed https://bugzilla.redhat.com/1153515 empty (but set) LIBGUESTFS_BACKEND prints libguestfs: error: invalid backend: https://bugzilla.redhat.com/1151766 libguestfs-bash-completion package contains file /usr/share/bash-completion/completions/virt-log, but no _virt_log() function in that file https://bugzilla.redhat.com/1151738 typo error in man page of virt-edit https://bugzilla.redhat.com/1151033 virt-v2v conversions from VMware vCenter server run slowly https://bugzilla.redhat.com/1150880 virt-v2v: warning: display &lt...