Re: [libvirt] [PATCH v2 08/12] qemu: drop unused code in qemuDomainGetJobStatsInternal

2017-02-17 Thread Jiri Denemark
On Fri, Feb 17, 2017 at 17:06:17 +0300, Nikolay Shirokovskiy wrote: > > > On 16.02.2017 18:45, Jiri Denemark wrote: > > On Wed, Dec 28, 2016 at 17:39:17 +0300, Nikolay Shirokovskiy wrote: > >> Destination migration never fetch migration stats thus due > > > > This becomes true only after patch

Re: [libvirt] [PATCH v2 08/12] qemu: drop unused code in qemuDomainGetJobStatsInternal

2017-02-17 Thread Nikolay Shirokovskiy
On 16.02.2017 18:45, Jiri Denemark wrote: > On Wed, Dec 28, 2016 at 17:39:17 +0300, Nikolay Shirokovskiy wrote: >> Destination migration never fetch migration stats thus due > > This becomes true only after patch 10/12. > >> to the check above fetch flag can not be set. >> --- >>

Re: [libvirt] [PATCH v2 08/12] qemu: drop unused code in qemuDomainGetJobStatsInternal

2017-02-16 Thread Jiri Denemark
On Wed, Dec 28, 2016 at 17:39:17 +0300, Nikolay Shirokovskiy wrote: > Destination migration never fetch migration stats thus due This becomes true only after patch 10/12. > to the check above fetch flag can not be set. > --- > src/qemu/qemu_driver.c | 6 -- > 1 file changed, 6 deletions(-)

[libvirt] [PATCH v2 08/12] qemu: drop unused code in qemuDomainGetJobStatsInternal

2016-12-28 Thread Nikolay Shirokovskiy
Destination migration never fetch migration stats thus due to the check above fetch flag can not be set. --- src/qemu/qemu_driver.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 913f8f3..84db59d 100644 --- a/src/qemu/qemu_driver.c