]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix job type set in qemuMigrationPrepareDirect/PrepareTunnel
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Jun 2011 09:58:18 +0000 (10:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 11:15:10 +0000 (12:15 +0100)
commit7479831311626505c5fb794d804cea67f83f58b2
treef857b740d2f2fc1f5f1be47850fab998687d6f2d
parentbd180de57b54e3808010c6967913ca001b6fecaf
Fix job type set in qemuMigrationPrepareDirect/PrepareTunnel

The qemuMigrationPrepareDirect/PrepareTunnel methods accidentally
set the domain job to  QEMU_JOB_MIGRATION_OUT when it should have
been  QEMU_JOB_MIGRATION_IN. This didn't have any ill-effect, but
it is none-the-less wrong.

* src/qemu/qemu_migration.c: Fix job type
src/qemu/qemu_migration.c