Re: [libvirt] [PATCH 2/2] qemu: Fix reporting completed migration stats on destination

2018-06-01 Thread Peter Krempa
On Fri, Jun 01, 2018 at 10:46:03 +0200, Jiri Denemark wrote: > This has been broken since commit v4.0.0-165-g93412bb827 which added > jobInfo->statsType enum to distinguish various statistics types. During > migration the type will always be QEMU_DOMAIN_JOB_STATS_TYPE_MIGRATION, > however the desti

[libvirt] [PATCH 2/2] qemu: Fix reporting completed migration stats on destination

2018-06-01 Thread Jiri Denemark
This has been broken since commit v4.0.0-165-g93412bb827 which added jobInfo->statsType enum to distinguish various statistics types. During migration the type will always be QEMU_DOMAIN_JOB_STATS_TYPE_MIGRATION, however the destination code consuming the statistics data from migration cookie faile