]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Refactor do{Tunnel,Native}Migrate functions
authorJiri Denemark <jdenemar@redhat.com>
Thu, 11 Aug 2011 12:36:04 +0000 (14:36 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 15 Aug 2011 13:21:31 +0000 (15:21 +0200)
commit52e2918ae11ebc9cd31fb371de3c241d5a97d4e7
tree76f673c5281770895e30321724f6bae41628fe3f
parent5d30db09a682ef905551d56fed806f118e9c1b63
qemu: Refactor do{Tunnel,Native}Migrate functions

The core of these two functions is very similar and most of it is even
exactly the same. Factor out the core functionality into a separate
function to remove code duplication and make further changes easier.
src/qemu/qemu_migration.c