]> xenbits.xensource.com Git - libvirt.git/commit
qemu: migration: Properly parse memory hotplug migration flag
authorPeter Krempa <pkrempa@redhat.com>
Thu, 5 Nov 2015 14:20:21 +0000 (15:20 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Nov 2015 14:20:21 +0000 (15:20 +0100)
commitf59808b724f99d43d042600455f55428a88a1ad9
treed42a817fdba9f3c12fa4b4ee049d9db1504c4785
parent01db2479416df34609886cfcaea5e35e8e6c2fe7
qemu: migration: Properly parse memory hotplug migration flag

Since the flag was not enabled when 'eating' the migration cookie,
libvirt reported a bogus error when memory hotplug was enabled:

 unsupported migration cookie feature memory-hotplug

The error was ignored though due to a bug in the code so it slipped
through testing.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1278404
src/qemu/qemu_migration.c