From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 0B3CE1D9AA for ; Fri, 15 Jun 2018 04:35:31 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w5F2ZTid028836; Fri, 15 Jun 2018 11:35:29 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 8DE88EA7A1B; Fri, 15 Jun 2018 11:35:29 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 833F0EA79C9; Fri, 15 Jun 2018 11:35:29 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id 7D9924002FE; Fri, 15 Jun 2018 11:35:29 +0900 (JST) References: <201806080901.w5891q5f010245@imss04.silk.ntt-tx.co.jp> <201806130848.w5D8mqn5001274@imss03.silk.ntt-tx.co.jp> From: Yasufumi Ogawa Message-ID: <9ad2c6e7-f626-3b4c-71e8-07deeb723f83@lab.ntt.co.jp> Date: Fri, 15 Jun 2018 11:34:00 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201806130848.w5D8mqn5001274@imss03.silk.ntt-tx.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: x-fn-spp@sl.ntt-tx.co.jp Cc: ferruh.yigit@intel.com, spp@dpdk.org X-TM-AS-MML: disable Subject: Re: [spp] [PATCH v2 1/3] docs: add how to install qemu 2.7 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 02:35:32 -0000 On 2018/06/13 17:48, x-fn-spp@sl.ntt-tx.co.jp wrote: > From: Hiroyuki Nakamura > > This commit adds instruction about how to install qemu 2.7 in case > user does not have the version of qemu. Hi Hiroyuki, Thank you revising your patches. It looks good to me! Acked-by: Yasufumi Ogawa > > Signed-off-by: Hiroyuki Nakamura > Signed-off-by: Naoki Takada > --- > docs/guides/spp_vf/gsg/build.rst | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > diff --git a/docs/guides/spp_vf/gsg/build.rst b/docs/guides/spp_vf/gsg/build.rst > index 573d6be..465484f 100644 > --- a/docs/guides/spp_vf/gsg/build.rst > +++ b/docs/guides/spp_vf/gsg/build.rst > @@ -37,7 +37,7 @@ Environment > ----------- > > * Ubuntu 16.04 > -* qemu-kvm 2.7 or later > +* qemu-kvm 2.7 or later(if you use vhost reconnect feature described in 3.2.3) > * DPDK v17.11 or later > > > @@ -165,7 +165,23 @@ Then, bind it with PCI_Number. > > virsh setup > ----------- > -``virsh`` is a command line interface that can be used to create, destroy, stop start and edit VMs and configure. After create an image file, you can setup it with ``virt-install``. > +First of all, please check version of qemu-kvm. > + > +.. code-block:: console > + > + $ qemu-system-x86_64 --version > + > +If your system does not have qemu-kvm or the version of qemu is less than 2.7, > +then please install qemu following > +the instruction of https://wiki.qemu.org/index.php/Hosts/Linux > +to install qemu 2.7. > +You may need to install libvirt-bin, > +virtinst, bridge-utils packages via ``apt-get`` install to run ``virt-install``. > + > + > +``virsh`` is a command line interface that can be used to create, destroy, > +stop start and edit VMs and configure. After create an image file, > +you can setup it with ``virt-install``. > > .. code-block:: console > > -- Yasufumi Ogawa NTT Network Service Systems Labs