Re: [libvirt] [PATCH] tools: fix output of list with state-shutoff

2015-11-30 Thread Martin Kletzander
On Tue, Dec 01, 2015 at 12:37:47AM +, Wei, Jiangang wrote: On Mon, 2015-11-30 at 15:20 +0100, Martin Kletzander wrote: On Mon, Nov 30, 2015 at 06:08:40PM +0800, Wei Jiangang wrote: >Due to the default of flags is VIR_CONNECT_LIST_DOMAINS_ACTIVE, >It doesn't show the domains that have been sh

Re: [libvirt] [PATCH] tools: fix output of list with state-shutoff

2015-11-30 Thread Wei, Jiangang
On Mon, 2015-11-30 at 15:20 +0100, Martin Kletzander wrote: > On Mon, Nov 30, 2015 at 06:08:40PM +0800, Wei Jiangang wrote: > >Due to the default of flags is VIR_CONNECT_LIST_DOMAINS_ACTIVE, > >It doesn't show the domains that have been shutdown when we use > >'virsh list' with only --state-shutoff

Re: [libvirt] [PATCH] tools: fix output of list with state-shutoff

2015-11-30 Thread Martin Kletzander
On Mon, Nov 30, 2015 at 06:08:40PM +0800, Wei Jiangang wrote: Due to the default of flags is VIR_CONNECT_LIST_DOMAINS_ACTIVE, It doesn't show the domains that have been shutdown when we use 'virsh list' with only --state-shutoff. Signed-off-by: Wei Jiangang --- tools/virsh-domain-monitor.c | 3

[libvirt] [PATCH] tools: fix output of list with state-shutoff

2015-11-30 Thread Wei Jiangang
Due to the default of flags is VIR_CONNECT_LIST_DOMAINS_ACTIVE, It doesn't show the domains that have been shutdown when we use 'virsh list' with only --state-shutoff. Signed-off-by: Wei Jiangang --- tools/virsh-domain-monitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git