Re: [libvirt] [PATCH 01/13] virsh: blockjob: Extract block job info code into a separate function

2015-07-20 Thread Eric Blake
On 07/15/2015 10:33 AM, Peter Krempa wrote: > cmdBlockJob will be converted to a hub that will call into the > individual executor functions. > --- > tools/virsh-domain.c | 91 > +++- > 1 file changed, 55 insertions(+), 36 deletions(-) ACK. It wil

[libvirt] [PATCH 01/13] virsh: blockjob: Extract block job info code into a separate function

2015-07-15 Thread Peter Krempa
cmdBlockJob will be converted to a hub that will call into the individual executor functions. --- tools/virsh-domain.c | 91 +++- 1 file changed, 55 insertions(+), 36 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index f7edee