Re: [libvirt] [PATCH 1/9] virsh: domain: Extract the code converting domain job stats to virDomainJobInfo

2019-11-26 Thread Eric Blake
On 11/25/19 9:01 AM, Peter Krempa wrote: To simplify the stats printer code we convert the new statistics from the typed parameter list into the old stats structure. Extract this code since it takes a lot of space. Signed-off-by: Peter Krempa --- tools/virsh-domain.c | 72 +++

[libvirt] [PATCH 1/9] virsh: domain: Extract the code converting domain job stats to virDomainJobInfo

2019-11-25 Thread Peter Krempa
To simplify the stats printer code we convert the new statistics from the typed parameter list into the old stats structure. Extract this code since it takes a lot of space. Signed-off-by: Peter Krempa --- tools/virsh-domain.c | 72 +++- 1 file changed, 3