From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EF495376E for ; Mon, 18 May 2015 07:07:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 17 May 2015 22:07:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,450,1427785200"; d="scan'208";a="727567700" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 17 May 2015 22:07:48 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4I57itJ022628; Mon, 18 May 2015 13:07:44 +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 t4I57g6e001390; Mon, 18 May 2015 13:07:44 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4I57gJG001386; Mon, 18 May 2015 13:07:42 +0800 From: sjiajiax To: dts@dpdk.org Date: Mon, 18 May 2015 13:07:23 +0800 Message-Id: <1431925646-1314-7-git-send-email-sunx.jiajia@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1431925646-1314-1-git-send-email-sunx.jiajia@intel.com> References: <1431925646-1314-1-git-send-email-sunx.jiajia@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] =?utf-8?b?W+KAmGR0cy12MeKAmSA2LzldIEFkZCBhIGdsb2JhbCB2aXJ0?= =?utf-8?q?ual_configure?= 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, 18 May 2015 05:07:51 -0000 Signed-off-by: sjiajiax --- conf/virt_global.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/virt_global.cfg diff --git a/conf/virt_global.cfg b/conf/virt_global.cfg new file mode 100644 index 0000000..f26a90c --- /dev/null +++ b/conf/virt_global.cfg @@ -0,0 +1,24 @@ +# virtualization global configurations +#[LIBVIRT] +#[KVM] +#[XEN] +[LIBVIRT] +cpu = + number=4,cpupin=3 4 5 6; +mem = + size=2048; +net = + local=unused +[KVM] +cpu = + model=host,number=4,cpupin=3 4 5 6; +mem = + size=2048; +[XEN] +cpu = + number=4,cpupin=3 4 5 6; +mem = + size=2048; +vif = + mac=random,bridge=br0 + -- 1.9.0