Re: [libvirt] [PATCH v2 04/12] qemu: drop QEMU_MIGRATION_COMPLETED_UPDATE_STATS

2017-02-16 Thread Jiri Denemark
On Wed, Dec 28, 2016 at 17:39:13 +0300, Nikolay Shirokovskiy wrote: > This way we get stats only in one place. The former code waits for > complete/postcopy status basically and don't need to mess with stats. > > The patch drops raising an error on stats updates failure. This > does not make much

[libvirt] [PATCH v2 04/12] qemu: drop QEMU_MIGRATION_COMPLETED_UPDATE_STATS

2016-12-28 Thread Nikolay Shirokovskiy
This way we get stats only in one place. The former code waits for complete/postcopy status basically and don't need to mess with stats. The patch drops raising an error on stats updates failure. This does not make much sense anyway. --- src/qemu/qemu_migration.c | 24 +++- 1