]> git.proxmox.com Git - qemu-server.git/commit
fix #1952: make vga memory configurable
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 9 Nov 2018 12:31:09 +0000 (13:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Nov 2018 12:45:07 +0000 (13:45 +0100)
commit55655ebc32ce4eb3fe52f233ec4ac5926b15603f
treece68be3f937169d7bc7b2d9ce14bbb2fd2b70263
parent6c875f9f315f2dc7a0a3a988622c2efdf089b171
fix #1952: make vga memory configurable

we change 'vga' to a property string and add a 'memory' property
with this, the user can better control the memory given to the virtual
gpu, this is especially useful for spice/qxl since high resolutions need
more memory

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/PCI.pm