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 32010A3160 for ; Thu, 10 Oct 2019 09:44:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0496A1E8DC; Thu, 10 Oct 2019 09:44:08 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id B29A41BF6C for ; Thu, 10 Oct 2019 09:44:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2019 00:44:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,279,1566889200"; d="scan'208";a="395291473" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.203]) by fmsmga006.fm.intel.com with ESMTP; 10 Oct 2019 00:44:03 -0700 From: lihong To: dts@dpdk.org Cc: yinan.wang@intel.com, lihong Date: Thu, 10 Oct 2019 08:19:04 +0800 Message-Id: <1570666746-12853-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 1/3][migration] conf: add config file of vhost_user_live_migration 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/vhost_user_live_migration.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/vhost_user_live_migration.cfg b/conf/vhost_user_live_migration.cfg index c687acd..f8b192d 100644 --- a/conf/vhost_user_live_migration.cfg +++ b/conf/vhost_user_live_migration.cfg @@ -90,6 +90,11 @@ # listending tcp port # vm configuration for vhost user live migration case +# host_share_dir config the dir of vm img on host +# backup_mount_path config the mount dir on backup +[mount_info] +host_share_dir=/home/vm-image +backup_mount_path=/mnt/nfs [host] cpu = model=host,number=4,cpupin=5 6 7 8; @@ -101,8 +106,6 @@ login = user=root,password=tester; daemon = enable=yes; -serial_port = - enable=yes; [backup] cpu = model=host,number=4,cpupin=5 6 7 8; @@ -116,5 +119,3 @@ daemon = enable=yes; migration = enable=yes,port=4444; -serial_port = - enable=yes; -- 2.7.4