[libvirt] [PATCH 1/3] virsh: don't list unknown domains

2014-10-30 Thread Martin Kletzander
When the list of domains is fetched and being printed, but in the meantime one domain was undefined before its status was fetched, the output then includes domain with no state. With this patch, such domain is skipped over as consecutive 'virsh list --all' (or the same one ran a second later)

Re: [libvirt] [PATCH 1/3] virsh: don't list unknown domains

2014-10-30 Thread Michal Privoznik
On 30.10.2014 16:04, Martin Kletzander wrote: When the list of domains is fetched and being printed, but in the meantime one domain was undefined before its status was fetched, the output then includes domain with no state. With this patch, such domain is skipped over as consecutive 'virsh list