]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Pull connection handling code out of doTunnelMigrate
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 2 Oct 2009 14:56:36 +0000 (15:56 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Oct 2009 11:35:07 +0000 (12:35 +0100)
commit0d5600fd2f44cd9ce4f79c77930a623486fcf6a2
tree0a8476790b0fd8ed2bbb148d8d4b4f3947f7b1c5
parent345a5092e5f2690813a445baa700292b29734db9
Pull connection handling code out of doTunnelMigrate

Simplify the doTunnelMigrate() method by pulling out the code
which opens/closes the virConnectPtr  object into a parent
method

* qemu/qemu_driver.c: Add doPeer2PeerMigrate which then calls
  doTunnelMigrate with dconn & dom_xml
docs/libvirt-api.xml
docs/libvirt-refs.xml
src/qemu/qemu_driver.c