]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
tools: fix output of list with state-shutoff
authorWei Jiangang <weijg.fnst@cn.fujitsu.com>
Mon, 30 Nov 2015 10:08:40 +0000 (18:08 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 30 Nov 2015 14:08:44 +0000 (15:08 +0100)
commit8dd47ead18ba64ee231dcef0a54e1b6ad797051e
treea224e1b5691ff57d45104183fe4006d906f0e02a
parent90f3c0d7178a2480094d155516966223d23db412
tools: fix output of list with state-shutoff

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 <weijg.fnst@cn.fujitsu.com>
tools/virsh-domain-monitor.c