]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: migration: Skip few checks while doing offline migration
authorPeter Krempa <pkrempa@redhat.com>
Tue, 6 Oct 2015 15:02:09 +0000 (17:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2015 07:10:05 +0000 (09:10 +0200)
commit01b4baba59db2478ad260ebc61693a2325229f5b
tree9a2f13e5509f07dad65f93309b4ad266d1fd2192
parentb6c44af0f7edb9eec3d3ba2dd1a423f17bf0e633
qemu: migration: Skip few checks while doing offline migration

qemuMigrationIsAllowed would disallow offline migration if the VM
contained host devices or memory modules. Since during offline migration
we don't transfer any state we can safely migrate VMs with such
configuration.

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