]> git.proxmox.com Git - qemu-server.git/commit
return spice_port from config_to_command()
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jul 2013 09:24:20 +0000 (11:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jul 2013 09:24:20 +0000 (11:24 +0200)
commit1d794448fc4ee51e16141a0fd2dce91fc71e8fcd
tree30c44d741f355aabb30660a2f13cb417bc4731be
parent95a4b4a98b96e3d5275cbbab51716c9d37318306
return spice_port from config_to_command()

That way we do not need to run qmp command to get the port.
Set spice ticket expire time to 30 (5 seconds seems a bit too short).
Coding style cleanups.
PVE/QemuServer.pm