From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AED9EA0495 for ; Mon, 10 Jun 2019 09:23:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C6D61BE77; Mon, 10 Jun 2019 09:23:14 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 62FAE1BE72 for ; Mon, 10 Jun 2019 09:23:13 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 00:23:12 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 10 Jun 2019 00:23:12 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 00:23:12 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 00:23:11 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.6]) with mapi id 14.03.0415.000; Mon, 10 Jun 2019 15:23:09 +0800 From: "Wang, Yinan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V1] conf: add config file of pvp diff qemu version Thread-Index: AQHVH1jEH7ziG4Jr3E+ihKemYsQmZKaUe88Q Date: Mon, 10 Jun 2019 07:23:09 +0000 Message-ID: References: <1560122902-7848-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1560122902-7848-1-git-send-email-lihongx.ma@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDcwNmEyMTUtYWEzZi00NDk0LWE2YjgtODYwMTYwOGY3YTdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZTUweEYwYkVneFwvUHJNdW8zMmJJcTJIaG1pWEczWDJlYXpxMkZUeG13YzNzYmx2WTYxOStoM0ZraEROd0hkY24ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] conf: add config file of pvp diff qemu version 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" Acked-by: Wang, Yinan > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong > Sent: 2019=1B$BG/=1B(B6=1B$B7n=1B(B10=1B$BF|=1B(B 7:28 > To: dts@dpdk.org > Cc: Ma, LihongX > Subject: [dts] [PATCH V1] conf: add config file of pvp diff qemu version >=20 > Signed-off-by: lihong > --- > conf/pvp_diff_qemu_version.cfg | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 conf/pvp_diff_qemu_version.cfg >=20 > diff --git a/conf/pvp_diff_qemu_version.cfg b/conf/pvp_diff_qemu_version.= cfg > new file mode 100644 index 0000000..0353c24 > --- /dev/null > +++ b/conf/pvp_diff_qemu_version.cfg > @@ -0,0 +1,20 @@ > +# Configuration sample: vhost_sample.cfg [vm0] cpu =3D > + model=3Dhost,number=3D4,cpupin=3D4 5; > +mem =3D > + size=3D4096,hugepage=3Dyes; > +disk =3D > + file=3D/home/img/vm.img; > +login =3D > + user=3Droot,password=3Dtester; > +vnc =3D > + displayNum=3D4; > +daemon =3D > + enable=3Dyes; > +# config all the path of qemu version you want to tested qemu =3D > + path=3Dpath/qemu-2.5/bin/qemu-system-x86_64; > + path=3Dpath/qemu-2.6/bin/qemu-system-x86_64; > + path=3Dpath/qemu-2.7/bin/qemu-system-x86_64; > + path=3Dpath/qemu-2.8/bin/qemu-system-x86_64; > -- > 2.7.4