From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id BCA7D1D419 for ; Fri, 15 Jun 2018 10:05:41 +0200 (CEST) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id w5F85dnw004364; Fri, 15 Jun 2018 17:05:39 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w5F85d8a007721; Fri, 15 Jun 2018 17:05:39 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id SAA01936; Fri, 15 Jun 2018 16:51:54 +0900 Received: from imss03.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w5F7prX1017966; Fri, 15 Jun 2018 16:51:53 +0900 Received: from mgate01.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w5F7prGs017960; Fri, 15 Jun 2018 16:51:53 +0900 Message-Id: <201806150751.w5F7prGs017960@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate01.silk.ntt-tx.co.jp (unknown) id w5F7pr6S014084 ; Fri, 15 Jun 2018 16:51:53 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Fri, 15 Jun 2018 16:51:51 +0900 X-Mailer: git-send-email 1.9.1 In-Reply-To: <201806130848.w5D8mqwV001270@imss03.silk.ntt-tx.co.jp> References: <201806130848.w5D8mqwV001270@imss03.silk.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH v3 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 08:05:42 -0000 From: Hiroyuki Nakamura This commit adds instruction about how to install qemu 2.7 in case user does not have the version of qemu. 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 -- 2.7.4