[libvirt] [PATCH 0/2] virsh completer fixes

Lin Ma posted 2 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210422103819.22753-1-lma@suse.com
tools/virsh-completer-domain.c | 104 +++++++++++++++++++++++++++------
tools/virsh-completer-domain.h |   4 ++
tools/virsh-domain.c           |   2 +
3 files changed, 93 insertions(+), 17 deletions(-)
[libvirt] [PATCH 0/2] virsh completer fixes
Posted by Lin Ma 3 years ago
Lin Ma (2):
  virsh: Add mountpoint completion to domfsfreeze/domfsthaw command
  virsh: Fix completion logic to guestvcpus command

 tools/virsh-completer-domain.c | 104 +++++++++++++++++++++++++++------
 tools/virsh-completer-domain.h |   4 ++
 tools/virsh-domain.c           |   2 +
 3 files changed, 93 insertions(+), 17 deletions(-)

-- 
2.26.2


Re: [libvirt] [PATCH 0/2] virsh completer fixes
Posted by Michal Privoznik 3 years ago
On 4/22/21 12:38 PM, Lin Ma wrote:
> Lin Ma (2):
>    virsh: Add mountpoint completion to domfsfreeze/domfsthaw command
>    virsh: Fix completion logic to guestvcpus command
> 
>   tools/virsh-completer-domain.c | 104 +++++++++++++++++++++++++++------
>   tools/virsh-completer-domain.h |   4 ++
>   tools/virsh-domain.c           |   2 +
>   3 files changed, 93 insertions(+), 17 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal