Re: [PATCH 1/3] virsh: Provide completer for virtualization types

2022-04-04 Thread Michal Prívozník
On 4/2/22 12:31, Amneesh Singh wrote: > Related: https://gitlab.com/libvirt/libvirt/-/issues/9 > Signed-off-by: Amneesh Singh > --- > tools/virsh-completer-host.c | 12 > tools/virsh-completer-host.h | 5 + > tools/virsh-host.c | 4 > 3 files changed, 21

[PATCH 1/3] virsh: Provide completer for virtualization types

2022-04-02 Thread Amneesh Singh
Related: https://gitlab.com/libvirt/libvirt/-/issues/9 Signed-off-by: Amneesh Singh --- tools/virsh-completer-host.c | 12 tools/virsh-completer-host.h | 5 + tools/virsh-host.c | 4 3 files changed, 21 insertions(+) diff --git a/tools/virsh-completer-host.c