aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-21 21:46:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-21 21:46:08 -0200
commitc5e00f6ce468ef00b2bd19d1727674268ba40f96 (patch)
tree456c7e1f4d5fe87a446e2d173c6b1eaa6722ae63 /kvmxfile
parent816c1c1f5d02b6e54b73ee475c3884666f3c00b5 (diff)
downloadkvmx-c5e00f6ce468ef00b2bd19d1727674268ba40f96.tar.gz
kvmx-c5e00f6ce468ef00b2bd19d1727674268ba40f96.tar.bz2
Document quemu_opts and smp parameters
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 1ffc352..675db60 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -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"