]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Actually error out on unsupported migration flag
authorPeter Krempa <pkrempa@redhat.com>
Thu, 5 Nov 2015 14:23:37 +0000 (15:23 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Nov 2015 14:23:37 +0000 (15:23 +0100)
commitafb792bd3807b74576603a70d545ee9cad2083ba
treecd71a90f8a95695ed9a49857a5d746336e84a427
parentf59808b724f99d43d042600455f55428a88a1ad9
qemu: migration: Actually error out on unsupported migration flag

The code reported that a migration flag is unsupported but didn't jump
to the error label. Probably an oversight in commit f88af9dc that
introduced the flag checking.
src/qemu/qemu_migration.c