X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=qm.conf.5-opts.adoc;h=1ad9cdd01d1040f7fe3df15582201708c2ddf103;hb=7e2fdb3dfdd79fb37449fd4e69f8e4c605e67361;hp=6e007a8a195fd926e367e9366698cc0cbc31820f;hpb=57b78691f8d42101844d3e8df9c52d863d22304f;p=pve-docs.git diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index 6e007a8..1ad9cdd 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -70,6 +70,22 @@ NOTE: You can disable fair-scheduler configuration by setting this to 0. Description for the VM. Only used on the configuration web interface. This is saved as comment inside the configuration file. +`efidisk0`: `[file=] [,format=] [,size=]` :: + +Configure a Disk for storing EFI vars + +`file`=`` ;; + +The drive's backing volume. + +`format`=`` ;; + +The drive's backing file's data format. + +`size`=`` ;; + +Disk size. This is purely informational and has no effect. + `freeze`: `boolean` :: Freeze CPU at startup (use 'c' monitor command to start execution). @@ -108,6 +124,10 @@ Enable vfio-vga device support. Selectively enable hotplug features. This is a comma separated list of hotplug features: 'network', 'disk', 'cpu', 'memory' and 'usb'. Use '0' to disable hotplug completely. Value '1' is an alias for the default 'network,disk,usb'. +`hugepages`: `(1024 | 2 | any)` :: + +Enable/disable hugepages memory. + `ide[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_rd=] [,bps_wr=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_rd=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as IDE hard disk or CD-ROM (n is 0 to 3).