From: Micah Anderson Date: Thu, 22 Jan 2015 18:49:25 +0000 (-0500) Subject: add comment to help you realize you can specify the number of CPUs without needing... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd0f2516f2c4fbff3411d0ec78363c408b758134;p=kvm-manager.git add comment to help you realize you can specify the number of CPUs without needing to read the code --- diff --git a/kvm-manager b/kvm-manager index 793636a..146411b 100755 --- a/kvm-manager +++ b/kvm-manager @@ -10,6 +10,7 @@ set -e # VMNAME=snapper # OWNER=jrollins # RAM=512 +# SMP=2 # optional, specify number of CPUs # HDA..HDZ=/path/to/disk # optional if [ -z "$VMNAME" ] ; then