mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-06 17:33:10 +00:00
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>
This commit is contained in:
parent
1f30ac3a9f
commit
5d004b0038
@ -592,7 +592,7 @@ EODESCR
|
||||
smbios1 => {
|
||||
description => "Specify SMBIOS type 1 fields.",
|
||||
type => 'string', format => 'pve-qm-smbios1',
|
||||
maxLength => 256,
|
||||
maxLength => 512,
|
||||
optional => 1,
|
||||
},
|
||||
protection => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user