]> git.proxmox.com Git - qemu-server.git/commit
properly parse 'vga' for termproxy
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 Jun 2020 08:41:17 +0000 (10:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Jun 2020 12:04:26 +0000 (14:04 +0200)
commitd7856be59ec0832ca4b2efccb2218e6ef5e33b70
tree1b3b1397cbe9d161fb827d82496432089344181a
parentd3efae29f5ecc4bcd9452fd434ae7c70f59b8fd9
properly parse 'vga' for termproxy

'vga' is a property string, we can't just assume it starts with the default key's value here either.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/Qemu.pm