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 1C1B5A0513; Thu, 16 Jan 2020 03:27:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C18211C014; Thu, 16 Jan 2020 03:27:43 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 175481BFCC for ; Thu, 16 Jan 2020 03:27:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 18:27:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,324,1574150400"; d="scan'208";a="220225287" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 15 Jan 2020 18:27:40 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jan 2020 18:27:40 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 16 Jan 2020 10:27:38 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Thu, 16 Jan 2020 10:27:38 +0800 From: "Yao, Lei A" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 1/4] tests/power_bidirection_channel: vm config file Thread-Index: AQHVzA/TYf1HZZI7qkC/JRs8V0EA8afskMmw Date: Thu, 16 Jan 2020 02:27:38 +0000 Message-ID: References: <20200116015630.21250-1-yufengx.mo@intel.com> <20200116015630.21250-2-yufengx.mo@intel.com> In-Reply-To: <20200116015630.21250-2-yufengx.mo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-version: 11.2.0.6 dlp-reaction: no-action dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 1/4] tests/power_bidirection_channel: vm config file 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" > -----Original Message----- > From: Mo, YufengX > Sent: Thursday, January 16, 2020 9:56 AM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts][PATCH V2 1/4] tests/power_bidirection_channel: vm config > file >=20 >=20 > upload vm config file. >=20 > Signed-off-by: yufengmx Acked-by: Lei Yao > --- > conf/power_bidirection_channel.cfg | 30 > ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 conf/power_bidirection_channel.cfg >=20 > diff --git a/conf/power_bidirection_channel.cfg > b/conf/power_bidirection_channel.cfg > new file mode 100644 > index 0000000..bb13bdf > --- /dev/null > +++ b/conf/power_bidirection_channel.cfg > @@ -0,0 +1,30 @@ > +# libvirtd options: > +# [VM name] section value is the name for VM > +# cpu # hard code type to host-passthrough > +# number: number of vcpus > +# cpupin: host cpu list > +# mem > +# size: 4096 > +# disk > +# file: absolute path to disk image > +# type: disk image format > +# login > +# user: user name to login into VM > +# password: passwork to login into VM > +# device > +# pf_idx: pass-through device index of DUT ports > +# guestpci: hardcode value of guest pci address > +# virtio_serial_channel > +# path: virtio unix socket absolute path > +# name: virtio serial name in VM > + > +# vm configuration for vm power management case [vm0] cpu =3D > + number=3D8,cpupin=3D4 5 6 7 8 9 10 11; > +mem =3D > + size=3D8196; > +disk =3D > + file=3D/home/vms/fedora27.img,opt_format=3Dqcow2; > +login =3D > + user=3Droot,password=3Dtester; > -- > 2.21.0