]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Refactor code now that we assume support for fd migration
authorPeter Krempa <pkrempa@redhat.com>
Mon, 15 Feb 2016 16:17:02 +0000 (17:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 Feb 2016 09:52:38 +0000 (10:52 +0100)
commit23087cfdbd7380eb41605763986d43c7cd2f603b
treedae39b883654a9be60df0de501d2a32d7585aa1f
parent21212fca1358804c5b9effd125156e27acc1d1b8
qemu: migration: Refactor code now that we assume support for fd migration

After removing capability check for fd migration the code that was left
behind didn't make quite sense. The old exec migration would be used in
case when pipe() failed. Remove the old code and make failure of pipe()
a hard error.

This additionally removes usage of virCgroupAllowDevicePath outside of
qemu_cgroup.c.
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h