]> git.proxmox.com Git - qemu-server.git/commitdiff
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)
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

index c6d95e58eb9c1579685b0aa557fb735d02791cac..341e0b0317491e812c5b18008993650e9dc99653 100644 (file)
@@ -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 => {