]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Merge tunnel & non-tunnel migration impl into one
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Apr 2011 12:48:58 +0000 (13:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 May 2011 14:18:22 +0000 (15:18 +0100)
commit636ee9267f1deb942be6216c8d32ea459b277b08
tree0f0924ce22a0406ce7401f5e14ed751e4c78dc57
parent6b0fa703a8f7b6fca35d44e3b4c42ff53d86fdb3
Merge tunnel & non-tunnel migration impl into one

Merge the doNonTunnelMigrate2 and doTunnelMigrate2 methods
into one doPeer2PeerMigrate2 method, since they are substantially
the same. With the introduction of v3 migration, this will be
even more important, to avoid massive code duplication.

* src/qemu/qemu_migration.c: Merge tunnel & non-tunnel migration
src/qemu/qemu_migration.c