summaryrefslogtreecommitdiff
path: root/conf/vhost_cuse_sample.cfg
diff options
context:
space:
mode:
authorQian Xu <qian.q.xu@intel.com>2015-07-13 14:59:51 +0800
committerMarvin Liu <yong.liu@intel.com>2015-07-13 15:59:26 +0800
commitddaf197870f5def9565e1094a5f5cb6e5b880b46 (patch)
tree990b4cd0aff44a9ca8c19805c66269038a8d8e1b /conf/vhost_cuse_sample.cfg
parentfcedf989e212d115b5851bc6ea588459c72022ef (diff)
add vhost-cuse sample config file for reference
v2 changes: Change the cpu numbers to 2 to have the minimum numbers of cores with good perf. Signed-off-by: Qian Xu <qian.q.xu@intel.com>
Diffstat (limited to 'conf/vhost_cuse_sample.cfg')
-rw-r--r--conf/vhost_cuse_sample.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/vhost_cuse_sample.cfg b/conf/vhost_cuse_sample.cfg
new file mode 100644
index 0000000..ce34af8
--- /dev/null
+++ b/conf/vhost_cuse_sample.cfg
@@ -0,0 +1,14 @@
+# vm configuration for vhost sample case
+[vm0]
+cpu =
+ model=host,number=2,cpupin=24 25;
+mem =
+ size=4096,hugepage=yes;
+disk =
+ file=/home/img/vm0.img;
+login =
+ user=root,password=tester;
+vnc =
+ displayNum=4;
+daemon =
+ enable=yes;