]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow migration with host USB devices
authorJiri Denemark <jdenemar@redhat.com>
Fri, 19 Oct 2012 11:36:33 +0000 (13:36 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Oct 2012 12:18:26 +0000 (14:18 +0200)
commit9fcc5436d3d824ceb82b44852e1a8023c3810655
tree1a7ce414e56c677a8a182b121865a4d897a4ab05
parentc324bad93ac7fb7b7db69b3576e58f31dfa94dbd
qemu: Allow migration with host USB devices

Recently, patches were added support for (managed)saving, restoring, and
migrating domains with host USB devices. However, qemu driver would
still forbid migration of such domains because qemuMigrationIsAllowed
was not updated.
src/qemu/qemu_migration.c