]> xenbits.xensource.com Git - libvirt.git/commit
Fix resume on destination when doing non-live tunnelled migration
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 May 2011 12:29:42 +0000 (08:29 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 25 May 2011 15:47:48 +0000 (11:47 -0400)
commit73b3e0b70b731a0c08a5a8570dde8810d3644d38
tree06e62df36418a43645dc5e925dbda8253f5dfb14
parent13555416624326da118b1566996ef81fd718320c
Fix resume on destination when doing non-live tunnelled migration

Before running perform in peer-2-peer migration, the current
guest state must be recorded, so that non-live migration can
currently unpause a running guest on completion.

* src/qemu/qemu_migration.c: Move check for offline guest
  to fix non-live migration
src/qemu/qemu_migration.c