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 385AFA2EFC for ; Tue, 15 Oct 2019 05:02:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EAE01C2A4; Tue, 15 Oct 2019 05:02:07 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6A3F21C29D for ; Tue, 15 Oct 2019 05:02:04 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Oct 2019 20:02:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,297,1566889200"; d="scan'208";a="185678781" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.203]) by orsmga007.jf.intel.com with ESMTP; 14 Oct 2019 20:02:02 -0700 From: lihong To: dts@dpdk.org Cc: yinan.wang@intel.com, lihong Date: Tue, 15 Oct 2019 03:37:00 +0800 Message-Id: <1571081822-5323-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V2 1/3][migration] conf/vhost_user_live_migration: update cfg 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" 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