[PATCH 0/4] virsh: Follow up improvements

Michal Privoznik posted 4 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1631866345.git.mprivozn@redhat.com
tools/virsh-domain.c |  1 +
tools/virsh-volume.c |  6 +-----
tools/vsh.c          | 30 +++++++++++++++++++++++++++++-
3 files changed, 31 insertions(+), 6 deletions(-)
[PATCH 0/4] virsh: Follow up improvements
Posted by Michal Privoznik 2 years, 6 months ago
These are the fixes I spotted when reviewing Peter's patchset earlier.

Michal Prívozník (4):
  virsh: Provide local path completer for screenshot --file
  virsh: Provide local path completer for vol-download --file
  vsh: Extend checks for aliased commands
  vsh: Ensure that bool --options don't have completer

 tools/virsh-domain.c |  1 +
 tools/virsh-volume.c |  6 +-----
 tools/vsh.c          | 30 +++++++++++++++++++++++++++++-
 3 files changed, 31 insertions(+), 6 deletions(-)

-- 
2.32.0

Re: [PATCH 0/4] virsh: Follow up improvements
Posted by Ján Tomko 2 years, 6 months ago
On a Friday in 2021, Michal Privoznik wrote:
>These are the fixes I spotted when reviewing Peter's patchset earlier.
>
>Michal Prívozník (4):
>  virsh: Provide local path completer for screenshot --file
>  virsh: Provide local path completer for vol-download --file
>  vsh: Extend checks for aliased commands
>  vsh: Ensure that bool --options don't have completer
>
> tools/virsh-domain.c |  1 +
> tools/virsh-volume.c |  6 +-----
> tools/vsh.c          | 30 +++++++++++++++++++++++++++++-
> 3 files changed, 31 insertions(+), 6 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano