From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA6B4A046B for ; Thu, 22 Aug 2019 08:17:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A9CF51BF62; Thu, 22 Aug 2019 08:17:19 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8C4E01BF24 for ; Thu, 22 Aug 2019 08:17:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Aug 2019 23:17:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="169658754" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.119.68]) by orsmga007.jf.intel.com with ESMTP; 21 Aug 2019 23:17:15 -0700 From: lihong To: dts@dpdk.org Cc: lihong Date: Thu, 22 Aug 2019 06:54:01 +0800 Message-Id: <1566428042-17534-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 1/2][virtio regression] conf: add cfg file for virtio pvp regression 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: lihong --- conf/virtio_pvp_regression.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/virtio_pvp_regression.cfg diff --git a/conf/virtio_pvp_regression.cfg b/conf/virtio_pvp_regression.cfg new file mode 100644 index 0000000..c51acf6 --- /dev/null +++ b/conf/virtio_pvp_regression.cfg @@ -0,0 +1,20 @@ +# Configuration sample: vhost_sample.cfg +[vm0] +cpu = + model=host,number=4,cpupin=24 25; +mem = + size=4096,hugepage=yes; +disk = + file=/home/img/vm.img; +login = + user=root,password=tester; +vnc = + displayNum=4; +daemon = + enable=yes; +# config all the path of qemu version you want to tested +# and the qemu version should greater or equal to 2.7 +qemu = + path=path/qemu-2.7/bin/qemu-system-x86_64; + path=path/qemu-2.8/bin/qemu-system-x86_64; + path=path/qemu-2.9/bin/qemu-system-x86_64; -- 2.7.4