From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E59263792 for ; Tue, 12 Jul 2016 08:39:53 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 11 Jul 2016 23:39:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,350,1464678000"; d="scan'208";a="844602806" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 11 Jul 2016 23:39:50 -0700 Date: Tue, 12 Jul 2016 14:42:25 +0800 From: Yuanhan Liu To: Bernard Iremonger Cc: john.mcnamara@intel.com, dev@dpdk.org, yong.liu@intel.com, qian.q.xu@intel.com Message-ID: <20160712064225.GC26521@yliu-dev.sh.intel.com> References: <1468249519-3791-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468249519-3791-1-git-send-email-bernard.iremonger@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/2] doc: live migration procedure with vhost_user X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 06:39:54 -0000 On Mon, Jul 11, 2016 at 04:05:17PM +0100, Bernard Iremonger wrote: > This patchset describes the procedure to Live migrate a VM with > Virtio PMD's with the vhost_user sample application (vhost-switch) > running on the host. > > Bernard Iremonger (2): > doc: live migration of VM with vhost_user on host > doc: add vhost_user live migration image Reviewed-by: Yuanhan Liu And thanks for the doc! --yliu > > doc/guides/howto/img/lm_vhost_user.svg | 644 ++++++++++++++++++++++++++++++ > doc/guides/howto/index.rst | 1 + > doc/guides/howto/lm_virtio_vhost_user.rst | 508 +++++++++++++++++++++++ > 3 files changed, 1153 insertions(+) > create mode 100644 doc/guides/howto/img/lm_vhost_user.svg > create mode 100644 doc/guides/howto/lm_virtio_vhost_user.rst > > -- > 2.9.0