]> git.proxmox.com Git - qemu-server.git/commit
SMBIOS: followup: allow now 512 characters for full format string
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Jun 2019 15:39:20 +0000 (17:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Jun 2019 15:39:22 +0000 (17:39 +0200)
commit5d004b00389661e7ce8ca5efa4a7b109559cf6cb
tree45c85a9ba56cec2c8759bdf2aad3df5bbd5958b9
parent1f30ac3a9f18c215d3e3c657f9e81d9d3125f46c
SMBIOS: followup: allow now 512 characters for full format string

to acutally allow to set the values requested by #2190 we need to
alter the limit a bit, as else the requested values cannot be save.

Just double it to 512, which should be really enough for this, else
go complain to your software vendor for needing such _hacks_ in the
first place..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm