| vcpus | i | number of vcpus available to the guest |
+--------------------+------+-------------------------------------------------------+
| disk | s | add a virtual disk. |
-| | | format: physpath:phystype:virtpath:mode:devtype |
+| | | format: physpath:phystype:virtpath:mode:devty[:k=v...]|
| | | - physpath: path to the disk image, raw device, .. |
| | | - phystype: phy | qcow | aio | file | vhd |
| | | - virtpath: hd(a-d) | sd(a-.) | xvd(a-p) |
| | | - mode: r | w |
| | | - devtype = cdrom | disk |
+| | | - extra k=v arguments (cipher, key-size, key-file) |
+--------------------+------+-------------------------------------------------------+
| nic | s | add a virtual nic. |
| | | format: key=value,key=value,... (can be empty) |