From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 835FB2C60 for ; Sun, 11 Dec 2016 13:52:39 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 11 Dec 2016 04:52:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,332,1477983600"; d="scan'208";a="910988907" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga003.jf.intel.com with ESMTP; 11 Dec 2016 04:52:37 -0800 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.64]) by imail001.iil.intel.com with ESMTP id uBBCqYHU007472; Sun, 11 Dec 2016 14:52:34 +0200 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Sun, 11 Dec 2016 14:52:32 +0200 Message-Id: <1481460752-6078-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dts] [PATCH] test_plans: use VM0 instead VM1 in sriov_kvm_test_plan.rst. 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: , X-List-Received-Date: Sun, 11 Dec 2016 12:52:39 -0000 When mentioning "Similar for", the intention is: similar to the VM which was previously discussed, which is VM0 and not VM1. Signed-off-by: Rami Rosen --- test_plans/sriov_kvm_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/sriov_kvm_test_plan.rst b/test_plans/sriov_kvm_test_plan.rst index 7bad8b0..5317d10 100644 --- a/test_plans/sriov_kvm_test_plan.rst +++ b/test_plans/sriov_kvm_test_plan.rst @@ -91,7 +91,7 @@ The /etc/qemu-ifup can be below script, need you to create first:: exit 1 fi -Similar for VM1, please refer to below command for VM1:: +Similar for VM0, please refer to below command for VM1:: qemu-system-x86_64 -name vm1 -enable-kvm -m 2048 -smp 4 -cpu host -drive file=/root/Downloads/vm1.img -net nic,macaddr=00:00:00:00:00:02 -net tap,script=/etc/qemu-ifup -device pci-assign,host=08:10.2 -vnc :4 -daemonize -- 1.9.1