`acpi`: `` ('default =' `1`):: Enable/disable ACPI. `agent`: `[enabled=]<1|0> [,fstrim_cloned_disks=<1|0>]` :: Enable/disable Qemu GuestAgent and its properties. `enabled`=`` ('default =' `0`);; Enable/disable Qemu GuestAgent. `fstrim_cloned_disks`=`` ('default =' `0`);; Run fstrim after cloning/moving a disk. `arch`: `` :: Virtual processor architecture. Defaults to the host. `args`: `` :: Arbitrary arguments passed to kvm, for example: + args: -no-reboot -no-hpet + NOTE: this option is for experts only. `autostart`: `` ('default =' `0`):: Automatic restart after crash (currently ignored). `balloon`: ` (0 - N)` :: Amount of target RAM for the VM in MB. Using zero disables the ballon driver. `bios`: `` ('default =' `seabios`):: Select BIOS implementation. `boot`: `[acdn]{1,4}` ('default =' `cdn`):: Boot on floppy (a), hard disk (c), CD-ROM (d), or network (n). `bootdisk`: `(ide|sata|scsi|virtio)\d+` :: Enable booting from specified disk. `cdrom`: `` :: This is an alias for option -ide2 `cipassword`: `` :: cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords. `citype`: `` :: Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows. `ciuser`: `` :: cloud-init: User name to change ssh keys and password for instead of the image's configured default user. `cores`: ` (1 - N)` ('default =' `1`):: The number of cores per socket. `cpu`: `[cputype=] [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` :: Emulated CPU type. `cputype`=`<486 | Broadwell | Broadwell-IBRS | Broadwell-noTSX | Broadwell-noTSX-IBRS | Conroe | EPYC | EPYC-IBPB | Haswell | Haswell-IBRS | Haswell-noTSX | Haswell-noTSX-IBRS | IvyBridge | IvyBridge-IBRS | Nehalem | Nehalem-IBRS | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | SandyBridge-IBRS | Skylake-Client | Skylake-Client-IBRS | Skylake-Server | Skylake-Server-IBRS | Westmere | Westmere-IBRS | athlon | core2duo | coreduo | host | kvm32 | kvm64 | max | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);; 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'. `hidden`=`` ('default =' `0`);; Do not identify as a KVM virtual machine. `cpulimit`: ` (0 - 128)` ('default =' `0`):: Limit of CPU usage. + NOTE: If the computer has 2 CPUs, it has total of '2' CPU time. Value '0' indicates no CPU limit. `cpuunits`: ` (2 - 262144)` ('default =' `1024`):: CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to weights of all the other running VMs. `description`: `` :: 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`: `` :: Freeze CPU at startup (use 'c' monitor command to start execution). `hostpci[n]`: `[host=] [,mdev=] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=] [,x-vga=<1|0>]` :: Map host PCI devices into guest. + NOTE: This option allows direct access to host hardware. So it is no longer possible to migrate such machines - use with special care. + CAUTION: Experimental! User reported problems with this option. `host`=`` ;; Host PCI device pass through. The PCI ID of a host's PCI device or a list of PCI virtual functions of the host. HOSTPCIID syntax is: + 'bus:dev.func' (hexadecimal numbers) + You can us the 'lspci' command to list existing PCI devices. `mdev`=`` ;; The type of mediated device to use. An instance of this type will be created on startup of the VM and will be cleaned up when the VM stops. `pcie`=`` ('default =' `0`);; Choose the PCI-express bus (needs the 'q35' machine model). `rombar`=`` ('default =' `1`);; Specify whether or not the device's ROM will be visible in the guest's memory map. `romfile`=`` ;; Custom pci device rom filename (must be located in /usr/share/kvm/). `x-vga`=`` ('default =' `0`);; Enable vfio-vga device support. `hotplug`: `` ('default =' `network,disk,usb`):: 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_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,shared=<1|0>] [,size=] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=] [,werror=]` :: Use volume as IDE hard disk or CD-ROM (n is 0 to 3). `aio`=`` ;; AIO type to use. `backup`=`` ;; Whether the drive should be included when making backups. `bps`=`` ;; Maximum r/w speed in bytes per second. `bps_max_length`=`` ;; Maximum length of I/O bursts in seconds. `bps_rd`=`` ;; Maximum read speed in bytes per second. `bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `bps_wr`=`` ;; Maximum write speed in bytes per second. `bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `cache`=`` ;; The drive's cache mode `cyls`=`` ;; Force the drive's physical geometry to have a specific cylinder count. `detect_zeroes`=`` ;; Controls whether to detect and try to optimize writes of zeroes. `discard`=`` ;; Controls whether to pass discard/trim requests to the underlying storage. `file`=`` ;; The drive's backing volume. `format`=`` ;; The drive's backing file's data format. `heads`=`` ;; Force the drive's physical geometry to have a specific head count. `iops`=`` ;; Maximum r/w I/O in operations per second. `iops_max`=`` ;; Maximum unthrottled r/w I/O pool in operations per second. `iops_max_length`=`` ;; Maximum length of I/O bursts in seconds. `iops_rd`=`` ;; Maximum read I/O in operations per second. `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. `iops_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `iops_wr`=`` ;; Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. `iops_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `mbps`=`` ;; Maximum r/w speed in megabytes per second. `mbps_max`=`` ;; Maximum unthrottled r/w pool in megabytes per second. `mbps_rd`=`` ;; Maximum read speed in megabytes per second. `mbps_rd_max`=`` ;; Maximum unthrottled read pool in megabytes per second. `mbps_wr`=`` ;; Maximum write speed in megabytes per second. `mbps_wr_max`=`` ;; Maximum unthrottled write pool in megabytes per second. `media`=`` ('default =' `disk`);; The drive's media type. `model`=`` ;; The drive's reported model name, url-encoded, up to 40 bytes long. `replicate`=`` ('default =' `1`);; Whether the drive should considered for replication jobs. `rerror`=`` ;; Read error action. `secs`=`` ;; Force the drive's physical geometry to have a specific sector count. `serial`=`` ;; The drive's reported serial number, url-encoded, up to 20 bytes long. `shared`=`` ('default =' `0`);; Mark this locally-managed volume as available on all nodes. + WARNING: This option does not share the volume automatically, it assumes it is shared already! `size`=`` ;; Disk size. This is purely informational and has no effect. `snapshot`=`` ;; Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown. `ssd`=`` ;; Whether to expose this drive as an SSD, rather than a rotational hard disk. `trans`=`` ;; Force disk geometry bios translation mode. `werror`=`` ;; Write error action. `ipconfig[n]`: `[gw=] [,gw6=] [,ip=] [,ip6=]` :: cloud-init: Specify IP addresses and gateways for the corresponding interface. + IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified. + The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit gateway should be provided. For IPv6 the special string 'auto' can be used to use stateless autoconfiguration. + If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using dhcp on IPv4. `gw`=`` ;; Default gateway for IPv4 traffic. + NOTE: Requires option(s): `ip` `gw6`=`` ;; Default gateway for IPv6 traffic. + NOTE: Requires option(s): `ip6` `ip`=`` ('default =' `dhcp`);; IPv4 address in CIDR format. `ip6`=`` ('default =' `dhcp`);; IPv6 address in CIDR format. `keyboard`: `` :: Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it. `kvm`: `` ('default =' `1`):: Enable/disable KVM hardware virtualization. `localtime`: `` :: Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS. `lock`: `` :: Lock/unlock the VM. `machine`: `(pc|pc(-i440fx)?-\d+\.\d+(\.pxe)?|q35|pc-q35-\d+\.\d+(\.pxe)?|virt(?:-\d+\.\d+)?)` :: Specifies the Qemu machine type. `memory`: ` (16 - N)` ('default =' `512`):: Amount of RAM for the VM in MB. This is the maximum available memory when you use the balloon device. `migrate_downtime`: ` (0 - N)` ('default =' `0.1`):: Set maximum tolerated downtime (in seconds) for migrations. `migrate_speed`: ` (0 - N)` ('default =' `0`):: Set maximum speed (in MB/s) for migrations. Value 0 is no limit. `name`: `` :: Set a name for the VM. Only used on the configuration web interface. `nameserver`: `` :: cloud-init: Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set. `net[n]`: `[model=] [,bridge=] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=] [,queues=] [,rate=] [,tag=] [,trunks=] [,=]` :: Specify network devices. `bridge`=`` ;; Bridge to attach the network device to. The Proxmox VE standard bridge is called 'vmbr0'. + If you do not specify a bridge, we create a kvm user (NATed) network device, which provides DHCP and DNS services. The following addresses are used: + 10.0.2.2 Gateway 10.0.2.3 DNS Server 10.0.2.4 SMB Server + The DHCP server assign addresses to the guest starting from 10.0.2.15. `firewall`=`` ;; Whether this interface should be protected by the firewall. `link_down`=`` ;; Whether this interface should be disconnected (like pulling the plug). `macaddr`=`` ;; MAC address. That address must be unique withing your network. This is automatically generated if not specified. `model`=`` ;; Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'. `queues`=` (0 - 16)` ;; Number of packet queues to be used on the device. `rate`=` (0 - N)` ;; Rate limit in mbps (megabytes per second) as floating point number. `tag`=` (1 - 4094)` ;; VLAN tag to apply to packets on this interface. `trunks`=`` ;; VLAN trunks to pass through this interface. `numa`: `` ('default =' `0`):: Enable/disable NUMA. `numa[n]`: `cpus= [,hostnodes=] [,memory=] [,policy=]` :: NUMA topology. `cpus`=`` ;; CPUs accessing this NUMA node. `hostnodes`=`` ;; Host NUMA nodes to use. `memory`=`` ;; Amount of memory this NUMA node provides. `policy`=`` ;; NUMA allocation policy. `onboot`: `` ('default =' `0`):: Specifies whether a VM will be started during system bootup. `ostype`: `` :: Specify guest operating system. This is used to enable special optimization/features for specific operating systems: + [horizontal] other;; unspecified OS wxp;; Microsoft Windows XP w2k;; Microsoft Windows 2000 w2k3;; Microsoft Windows 2003 w2k8;; Microsoft Windows 2008 wvista;; Microsoft Windows Vista win7;; Microsoft Windows 7 win8;; Microsoft Windows 8/2012/2012r2 win10;; Microsoft Windows 10/2016 l24;; Linux 2.4 Kernel l26;; Linux 2.6/3.X Kernel solaris;; Solaris/OpenSolaris/OpenIndiania kernel `parallel[n]`: `/dev/parport\d+|/dev/usb/lp\d+` :: Map host parallel devices (n is 0 to 2). + NOTE: This option allows direct access to host hardware. So it is no longer possible to migrate such machines - use with special care. + CAUTION: Experimental! User reported problems with this option. `protection`: `` ('default =' `0`):: Sets the protection flag of the VM. This will disable the remove VM and remove disk operations. `reboot`: `` ('default =' `1`):: Allow reboot. If set to '0' the VM exit on reboot. `sata[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,shared=<1|0>] [,size=] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=] [,werror=]` :: Use volume as SATA hard disk or CD-ROM (n is 0 to 5). `aio`=`` ;; AIO type to use. `backup`=`` ;; Whether the drive should be included when making backups. `bps`=`` ;; Maximum r/w speed in bytes per second. `bps_max_length`=`` ;; Maximum length of I/O bursts in seconds. `bps_rd`=`` ;; Maximum read speed in bytes per second. `bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `bps_wr`=`` ;; Maximum write speed in bytes per second. `bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `cache`=`` ;; The drive's cache mode `cyls`=`` ;; Force the drive's physical geometry to have a specific cylinder count. `detect_zeroes`=`` ;; Controls whether to detect and try to optimize writes of zeroes. `discard`=`` ;; Controls whether to pass discard/trim requests to the underlying storage. `file`=`` ;; The drive's backing volume. `format`=`` ;; The drive's backing file's data format. `heads`=`` ;; Force the drive's physical geometry to have a specific head count. `iops`=`` ;; Maximum r/w I/O in operations per second. `iops_max`=`` ;; Maximum unthrottled r/w I/O pool in operations per second. `iops_max_length`=`` ;; Maximum length of I/O bursts in seconds. `iops_rd`=`` ;; Maximum read I/O in operations per second. `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. `iops_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `iops_wr`=`` ;; Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. `iops_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `mbps`=`` ;; Maximum r/w speed in megabytes per second. `mbps_max`=`` ;; Maximum unthrottled r/w pool in megabytes per second. `mbps_rd`=`` ;; Maximum read speed in megabytes per second. `mbps_rd_max`=`` ;; Maximum unthrottled read pool in megabytes per second. `mbps_wr`=`` ;; Maximum write speed in megabytes per second. `mbps_wr_max`=`` ;; Maximum unthrottled write pool in megabytes per second. `media`=`` ('default =' `disk`);; The drive's media type. `replicate`=`` ('default =' `1`);; Whether the drive should considered for replication jobs. `rerror`=`` ;; Read error action. `secs`=`` ;; Force the drive's physical geometry to have a specific sector count. `serial`=`` ;; The drive's reported serial number, url-encoded, up to 20 bytes long. `shared`=`` ('default =' `0`);; Mark this locally-managed volume as available on all nodes. + WARNING: This option does not share the volume automatically, it assumes it is shared already! `size`=`` ;; Disk size. This is purely informational and has no effect. `snapshot`=`` ;; Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown. `ssd`=`` ;; Whether to expose this drive as an SSD, rather than a rotational hard disk. `trans`=`` ;; Force disk geometry bios translation mode. `werror`=`` ;; Write error action. `scsi[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,shared=<1|0>] [,size=] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=] [,werror=]` :: Use volume as SCSI hard disk or CD-ROM (n is 0 to 13). `aio`=`` ;; AIO type to use. `backup`=`` ;; Whether the drive should be included when making backups. `bps`=`` ;; Maximum r/w speed in bytes per second. `bps_max_length`=`` ;; Maximum length of I/O bursts in seconds. `bps_rd`=`` ;; Maximum read speed in bytes per second. `bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `bps_wr`=`` ;; Maximum write speed in bytes per second. `bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `cache`=`` ;; The drive's cache mode `cyls`=`` ;; Force the drive's physical geometry to have a specific cylinder count. `detect_zeroes`=`` ;; Controls whether to detect and try to optimize writes of zeroes. `discard`=`` ;; Controls whether to pass discard/trim requests to the underlying storage. `file`=`` ;; The drive's backing volume. `format`=`` ;; The drive's backing file's data format. `heads`=`` ;; Force the drive's physical geometry to have a specific head count. `iops`=`` ;; Maximum r/w I/O in operations per second. `iops_max`=`` ;; Maximum unthrottled r/w I/O pool in operations per second. `iops_max_length`=`` ;; Maximum length of I/O bursts in seconds. `iops_rd`=`` ;; Maximum read I/O in operations per second. `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. `iops_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `iops_wr`=`` ;; Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. `iops_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `iothread`=`` ;; Whether to use iothreads for this drive `mbps`=`` ;; Maximum r/w speed in megabytes per second. `mbps_max`=`` ;; Maximum unthrottled r/w pool in megabytes per second. `mbps_rd`=`` ;; Maximum read speed in megabytes per second. `mbps_rd_max`=`` ;; Maximum unthrottled read pool in megabytes per second. `mbps_wr`=`` ;; Maximum write speed in megabytes per second. `mbps_wr_max`=`` ;; Maximum unthrottled write pool in megabytes per second. `media`=`` ('default =' `disk`);; The drive's media type. `queues`=` (2 - N)` ;; Number of queues. `replicate`=`` ('default =' `1`);; Whether the drive should considered for replication jobs. `rerror`=`` ;; Read error action. `scsiblock`=`` ('default =' `0`);; whether to use scsi-block for full passthrough of host block device + WARNING: can lead to I/O errors in combination with low memory or high memory fragmentation on host `secs`=`` ;; Force the drive's physical geometry to have a specific sector count. `serial`=`` ;; The drive's reported serial number, url-encoded, up to 20 bytes long. `shared`=`` ('default =' `0`);; Mark this locally-managed volume as available on all nodes. + WARNING: This option does not share the volume automatically, it assumes it is shared already! `size`=`` ;; Disk size. This is purely informational and has no effect. `snapshot`=`` ;; Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown. `ssd`=`` ;; Whether to expose this drive as an SSD, rather than a rotational hard disk. `trans`=`` ;; Force disk geometry bios translation mode. `werror`=`` ;; Write error action. `scsihw`: `` ('default =' `lsi`):: SCSI controller model `searchdomain`: `` :: cloud-init: Sets DNS search domains for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set. `serial[n]`: `(/dev/.+|socket)` :: Create a serial device inside the VM (n is 0 to 3), and pass through a host serial device (i.e. /dev/ttyS0), or create a unix socket on the host side (use 'qm terminal' to open a terminal connection). + NOTE: If you pass through a host serial device, it is no longer possible to migrate such machines - use with special care. + CAUTION: Experimental! User reported problems with this option. `shares`: ` (0 - 50000)` ('default =' `1000`):: 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=]` :: Specify SMBIOS type 1 fields. `family`=`` ;; Set SMBIOS1 family string. `manufacturer`=`` ;; Set SMBIOS1 manufacturer. `product`=`` ;; Set SMBIOS1 product ID. `serial`=`` ;; Set SMBIOS1 serial number. `sku`=`` ;; Set SMBIOS1 SKU string. `uuid`=`` ;; Set SMBIOS1 UUID. `version`=`` ;; Set SMBIOS1 version. `smp`: ` (1 - N)` ('default =' `1`):: The number of CPUs. Please use option -sockets instead. `sockets`: ` (1 - N)` ('default =' `1`):: The number of CPU sockets. `sshkeys`: `` :: cloud-init: Setup public SSH keys (one key per line, OpenSSH format). `startdate`: `(now | YYYY-MM-DD | YYYY-MM-DDTHH:MM:SS)` ('default =' `now`):: Set the initial date of the real time clock. Valid format for date are: 'now' or '2006-06-17T16:01:21' or '2006-06-17'. `startup`: `[[order=]\d+] [,up=\d+] [,down=\d+] ` :: Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped. `tablet`: `` ('default =' `1`):: Enable/disable the USB tablet device. This device is usually needed to allow absolute mouse positioning with VNC. Else the mouse runs out of sync with normal VNC clients. If you're running lots of console-only guests on one host, you may consider disabling this to save some context switches. This is turned off by default if you use spice (-vga=qxl). `tdf`: `` ('default =' `0`):: Enable/disable time drift fix. `template`: `` ('default =' `0`):: Enable/disable Template. `unused[n]`: `` :: Reference to unused volumes. This is used internally, and should not be modified manually. `usb[n]`: `[host=] [,usb3=<1|0>]` :: Configure an USB device (n is 0 to 4). `host`=`` ;; The Host USB device or port or the value 'spice'. HOSTUSBDEVICE syntax is: + 'bus-port(.port)*' (decimal numbers) or 'vendor_id:product_id' (hexadeciaml numbers) or 'spice' + You can use the 'lsusb -t' command to list existing usb devices. + NOTE: This option allows direct access to host hardware. So it is no longer possible to migrate such machines - use with special care. + The value 'spice' can be used to add a usb redirection devices for spice. `usb3`=`` ('default =' `0`);; Specifies whether if given host option is a USB3 device or port (this does currently not work reliably with spice redirection and is then ignored). `vcpus`: ` (1 - N)` ('default =' `0`):: Number of hotplugged vcpus. `vga`: `[[type=]] [,memory=]` :: Configure the VGA Hardware. If you want to use high resolution modes (>= 1280x1024x16) you may need to increase the vga memory option. Since QEMU 2.9 the default VGA display type is 'std' for all OS types besides some Windows versions (XP and older) which use 'cirrus'. The 'qxl' option enables the SPICE display server. For win* OS you can select how many independent displays you want, Linux guests can add displays them self. You can also run without any graphic card, using a serial device as terminal. `memory`=` (4 - 512)` ;; Sets the VGA memory (in MiB). Has no effect with serial display. `type`=`` ('default =' `std`);; Select the VGA type. `virtio[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,shared=<1|0>] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as VIRTIO hard disk (n is 0 to 15). `aio`=`` ;; AIO type to use. `backup`=`` ;; Whether the drive should be included when making backups. `bps`=`` ;; Maximum r/w speed in bytes per second. `bps_max_length`=`` ;; Maximum length of I/O bursts in seconds. `bps_rd`=`` ;; Maximum read speed in bytes per second. `bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `bps_wr`=`` ;; Maximum write speed in bytes per second. `bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `cache`=`` ;; The drive's cache mode `cyls`=`` ;; Force the drive's physical geometry to have a specific cylinder count. `detect_zeroes`=`` ;; Controls whether to detect and try to optimize writes of zeroes. `discard`=`` ;; Controls whether to pass discard/trim requests to the underlying storage. `file`=`` ;; The drive's backing volume. `format`=`` ;; The drive's backing file's data format. `heads`=`` ;; Force the drive's physical geometry to have a specific head count. `iops`=`` ;; Maximum r/w I/O in operations per second. `iops_max`=`` ;; Maximum unthrottled r/w I/O pool in operations per second. `iops_max_length`=`` ;; Maximum length of I/O bursts in seconds. `iops_rd`=`` ;; Maximum read I/O in operations per second. `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. `iops_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. `iops_wr`=`` ;; Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. `iops_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. `iothread`=`` ;; Whether to use iothreads for this drive `mbps`=`` ;; Maximum r/w speed in megabytes per second. `mbps_max`=`` ;; Maximum unthrottled r/w pool in megabytes per second. `mbps_rd`=`` ;; Maximum read speed in megabytes per second. `mbps_rd_max`=`` ;; Maximum unthrottled read pool in megabytes per second. `mbps_wr`=`` ;; Maximum write speed in megabytes per second. `mbps_wr_max`=`` ;; Maximum unthrottled write pool in megabytes per second. `media`=`` ('default =' `disk`);; The drive's media type. `replicate`=`` ('default =' `1`);; Whether the drive should considered for replication jobs. `rerror`=`` ;; Read error action. `secs`=`` ;; Force the drive's physical geometry to have a specific sector count. `serial`=`` ;; The drive's reported serial number, url-encoded, up to 20 bytes long. `shared`=`` ('default =' `0`);; Mark this locally-managed volume as available on all nodes. + WARNING: This option does not share the volume automatically, it assumes it is shared already! `size`=`` ;; Disk size. This is purely informational and has no effect. `snapshot`=`` ;; Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown. `trans`=`` ;; Force disk geometry bios translation mode. `werror`=`` ;; Write error action. `vmgenid`: `` ('default =' `1 (autogenerated)`):: The VM generation ID (vmgenid) device exposes a 128-bit integer value identifier to the guest OS. This allows to notify the guest operating system when the virtual machine is executed with a different configuration (e.g. snapshot execution or creation from a template). The guest operating system notices the change, and is then able to react as appropriate by marking its copies of distributed databases as dirty, re-initializing its random number generator, etc. Note that auto-creation only works when done throug API/CLI create or update methods, but not when manually editing the config file. `vmstatestorage`: `` :: Default storage for VM state volumes/files. `watchdog`: `[[model=]] [,action=]` :: Create a virtual hardware watchdog device. Once enabled (by a guest action), the watchdog must be periodically polled by an agent inside the guest or else the watchdog will reset the guest (or execute the respective action specified) `action`=`` ;; The action to perform if after activation the guest fails to poll the watchdog in time. `model`=`` ('default =' `i6300esb`);; Watchdog type to emulate.