]> git.proxmox.com Git - qemu-server.git/commit
fix remote viewer live migration
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 20 Aug 2019 08:45:32 +0000 (10:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Aug 2019 09:49:24 +0000 (11:49 +0200)
commitccab68c22c2df2e75a272635d22fd19840274b17
tree25c9222a3fc73444d6820dbe7a4dfd5b44535db2
parent8071149be84acc3c78098fd676a94e0b1ba3196d
fix remote viewer live migration

for some reason not setting port results in a port of '65535' which
triggers an execption in http-server anyevent, so we set the port to 0

also, we have to read the ticket from stdin even for 'unix' type secure
migration

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuMigrate.pm