]> git.proxmox.com Git - qemu-server.git/commit
migration: factor out starting remote tunnel
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 1 Dec 2020 12:07:00 +0000 (13:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 14:21:37 +0000 (15:21 +0100)
commit7d730f953cb842bfb7d2e228529c6b40d738e24d
treeafde2ad644823e687c99759657d34adc8ed74faf
parent27fa645e66aefef68608eb059d9ae0e54e559ed0
migration: factor out starting remote tunnel

so it can be mocked when testing.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuMigrate.pm