Re: [libvirt] [PATCH] virsh: Fix job status indicator for 0 length block jobs

2015-09-14 Thread Michal Privoznik
On 14.09.2015 09:22, Peter Krempa wrote: > Although 0 length block jobs aren't entirely useful, the output of virsh > blockjob is empty due to the condition that suppresses the output for > migration jobs that did not start. Add a flag for virshPrintJobProgress > that specifies that the job was sta

[libvirt] [PATCH] virsh: Fix job status indicator for 0 length block jobs

2015-09-14 Thread Peter Krempa
Although 0 length block jobs aren't entirely useful, the output of virsh blockjob is empty due to the condition that suppresses the output for migration jobs that did not start. Add a flag for virshPrintJobProgress that specifies that the job was started so that the function can be used both in mig