
On 22.09.2017 09:46, Jiri Denemark wrote:
On Thu, Sep 21, 2017 at 16:39:37 +0300, Nikolay Shirokovskiy wrote:
First patch is just a refactoring.
Nikolay Shirokovskiy (2): qemu: make explicit that formatting migratable imposes secure qemu: don't update cpu unconditionally for migratable flag
src/qemu/qemu_domain.c | 27 ++++++++++++++------------- src/qemu/qemu_domain.h | 4 ---- src/qemu/qemu_driver.c | 6 +----- src/qemu/qemu_migration.c | 4 +--- src/qemu/qemu_migration_cookie.c | 1 - 5 files changed, 16 insertions(+), 26 deletions(-)
It looks like the issue you were trying to fix by this series was addressed in [1] which was pushed an hour ago.
Jirka
[1] https://www.redhat.com/archives/libvir-list/2017-September/msg00517.html
True, [1] fixes issues I address in my series. But still please check out the first patch of that series. Nikolay