Re: [libvirt] [PATCH 3/6] virsh: Prefer VIRSH_COMMON_OPT_DOMAIN_FULL over full enumeration

2016-03-31 Thread Peter Krempa
On Thu, Mar 31, 2016 at 07:28:58 +0200, Michal Privoznik wrote: > We have a macro that does exactly what is done via full > enumeration. > > Signed-off-by: Michal Privoznik > --- > tools/virsh-domain.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) I don't prefer the macro, but AC

[libvirt] [PATCH 3/6] virsh: Prefer VIRSH_COMMON_OPT_DOMAIN_FULL over full enumeration

2016-03-30 Thread Michal Privoznik
We have a macro that does exactly what is done via full enumeration. Signed-off-by: Michal Privoznik --- tools/virsh-domain.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index a105268..a09cdec 100644 --- a/tools/virsh-domai