From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongyang Yang Subject: Re: [RFC PATCH 0/3] Remus: add remus support for migration v2 Date: Wed, 9 Jul 2014 17:56:41 +0800 Message-ID: <53BD11D9.6080204@cn.fujitsu.com> References: <1404892050-24650-1-git-send-email-yanghy@cn.fujitsu.com> <1404896006.32218.11.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1404896006.32218.11.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: rshriram@cs.ubc.ca, andrew.cooper3@citrix.com, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 07/09/2014 04:53 PM, Ian Campbell wrote: > On Wed, 2014-07-09 at 15:47 +0800, Yang Hongyang wrote: >> This patchset adds remus support for migration v2, it is based on >> Andrew's "[PATCH v6 0/13] Migration Stream v2". >> >> Only tested on x86 pv guests. It is a PoC, without performence tuning >> and mem compress support. >> >> The code is presented here for comment/query/critism and wider the >> discussion of remus support on migration v2. > > Thanks. > > The main thing which I would have expected to see as the first thing > here is an update to docs/specs/libxc-migration-stream.pandoc which > describes the protocol enhancement which this surely involves. Sure, the docs should be updated first. Will do in next version. > > Ian. > > . > -- Thanks, Yang.