Re: [libvirt] [PATCH v2 05/12] virsh: Apply macro for current VSH_OT_STRING "domain" options

2018-05-10 Thread Michal Privoznik
On 05/08/2018 04:20 PM, Lin Ma wrote: > These VSH_OT_STRING "domain" options support domain name completion now. > > Signed-off-by: Lin Ma > --- > tools/virsh-domain.c | 18 +- > 1 file changed, 5 insertions(+), 13 deletions(-) ACK Michal -- libvir-list mailing list libvir-lis

[libvirt] [PATCH v2 05/12] virsh: Apply macro for current VSH_OT_STRING "domain" options

2018-05-08 Thread Lin Ma
These VSH_OT_STRING "domain" options support domain name completion now. Signed-off-by: Lin Ma --- tools/virsh-domain.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index ace5c02871..30da953446 100644 --- a/to