]> git.proxmox.com Git - qemu-server.git/commit
fix #2787: properly parse 'vga' for vncproxy
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 Jun 2020 08:41:16 +0000 (10:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Jun 2020 12:04:26 +0000 (14:04 +0200)
commitd3efae29f5ecc4bcd9452fd434ae7c70f59b8fd9
tree8cc7ee4f9148028c24c63fd091687b5884bf2c7e
parent121e340094cd4d5a3056193257fc301548dd51e7
fix #2787: properly parse 'vga' for vncproxy

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

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