From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C568B6A87 for ; Mon, 13 Jul 2015 03:14:31 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 12 Jul 2015 18:14:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,459,1432623600"; d="scan'208";a="761115565" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 12 Jul 2015 18:14:30 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t6D1ESjj013875; Mon, 13 Jul 2015 09:14:28 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t6D1EQlo002543; Mon, 13 Jul 2015 09:14:28 +0800 Received: (from qxu10@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t6D1EQN4002539; Mon, 13 Jul 2015 09:14:26 +0800 From: Qian Xu To: dts@dpdk.org Date: Mon, 13 Jul 2015 09:14:08 +0800 Message-Id: <1436750050-2479-4-git-send-email-qian.q.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1436750050-2479-1-git-send-email-qian.q.xu@intel.com> References: <1436750050-2479-1-git-send-email-qian.q.xu@intel.com> Subject: [dts] [PATCH 3/5] add the vhost-user sample config file for reference X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 01:14:33 -0000 Signed-off-by: Qian Xu diff --git a/conf/vhost_sample.cfg b/conf/vhost_sample.cfg new file mode 100644 index 0000000..b1abb7e --- /dev/null +++ b/conf/vhost_sample.cfg @@ -0,0 +1,14 @@ +# vm configuration for vhost sample case +[vm0] +cpu = + model=host,number=4,cpupin=24 25 26 27; +mem = + size=4096,hugepage=yes; +disk = + file=/home/img/vm0.img; +login = + user=root,password=tester; +vnc = + displayNum=4; +daemon = + enable=yes; -- 2.1.0