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 8764FA04E9; Fri, 29 Nov 2019 10:00:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D5A7E2B88; Fri, 29 Nov 2019 10:00:51 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CE28A1F5 for ; Fri, 29 Nov 2019 10:00:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2019 01:00:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,256,1571727600"; d="scan'208";a="261482579" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by FMSMGA003.fm.intel.com with ESMTP; 29 Nov 2019 01:00:48 -0800 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Fri, 29 Nov 2019 17:02:40 +0800 Message-Id: <20191129090243.60078-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191129090243.60078-1-yufengx.mo@intel.com> References: <20191129090243.60078-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V3 1/4] conf/vm_pw_mgmt_policy: virtual machine configuration 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" add vm_pw_mgmt_policy virtual machine configuration. Signed-off-by: yufengmx --- conf/vm_pw_mgmt_policy.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 conf/vm_pw_mgmt_policy.cfg diff --git a/conf/vm_pw_mgmt_policy.cfg b/conf/vm_pw_mgmt_policy.cfg new file mode 100644 index 0000000..bc080fe --- /dev/null +++ b/conf/vm_pw_mgmt_policy.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 = + number=8,cpupin=4 5 6 7 8 9 10 11; +mem = + size=8196; +disk = + file=/homeSys/vms/fedora27.img,opt_format=qcow2; +login = + user=root,password=tester; -- 2.21.0