X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=qm.conf.5-opts.adoc;h=d0685c296d22e2760144652627315b5f39104525;hp=704f5143167546c95bf0f27e532825983e5661a6;hb=1e3f815645e374a596d7dd9afbb9aed3a7049921;hpb=a3e7e4e35055bbbd908a4c0195c8b8c9ca97c71e diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index 704f514..d0685c2 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -92,7 +92,7 @@ Emulated CPU type. `flags`=`<+FLAG[;-FLAG...]>` ;; -List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'. +List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'. `hidden`=`` ('default =' `0`);; @@ -947,27 +947,31 @@ CAUTION: Experimental! User reported problems with this option. Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd. -`smbios1`: `[family=] [,manufacturer=] [,product=] [,serial=] [,sku=] [,uuid=] [,version=]` :: +`smbios1`: `[base64=<1|0>] [,family=] [,manufacturer=] [,product=] [,serial=] [,sku=] [,uuid=] [,version=]` :: Specify SMBIOS type 1 fields. -`family`=`` ;; +`base64`=`` ;; + +Flag to indicate that the SMBIOS values are base64 encoded + +`family`=`` ;; Set SMBIOS1 family string. -`manufacturer`=`` ;; +`manufacturer`=`` ;; Set SMBIOS1 manufacturer. -`product`=`` ;; +`product`=`` ;; Set SMBIOS1 product ID. -`serial`=`` ;; +`serial`=`` ;; Set SMBIOS1 serial number. -`sku`=`` ;; +`sku`=`` ;; Set SMBIOS1 SKU string. @@ -975,7 +979,7 @@ Set SMBIOS1 SKU string. Set SMBIOS1 UUID. -`version`=`` ;; +`version`=`` ;; Set SMBIOS1 version.