diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-21 21:46:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-21 21:46:08 -0200 |
commit | c5e00f6ce468ef00b2bd19d1727674268ba40f96 (patch) | |
tree | 456c7e1f4d5fe87a446e2d173c6b1eaa6722ae63 /kvmxfile | |
parent | 816c1c1f5d02b6e54b73ee475c3884666f3c00b5 (diff) | |
download | kvmx-c5e00f6ce468ef00b2bd19d1727674268ba40f96.tar.gz kvmx-c5e00f6ce468ef00b2bd19d1727674268ba40f96.tar.bz2 |
Document quemu_opts and smp parameters
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -120,3 +120,10 @@ bootloader="grub" # See http://www.reactos.org/wiki/QEMU#Setting_up_network #nic_model="ne2k_pci" + +# Additional qemu opts +# Example: http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest +#qemu_opts="-usb -device usb-host,hostbus=2,hostaddr=3" + +# Number of CPUs +#smp="4" |