From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v7 COLO 02/18] tools/libxl: handle colo_context records in a libxl migration v2 stream Date: Tue, 14 Jul 2015 16:19:22 +0100 Message-ID: <1436887162.25044.113.camel@citrix.com> References: <1435213872-10698-1-git-send-email-yanghy@cn.fujitsu.com> <1435213872-10698-3-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435213872-10698-3-git-send-email-yanghy@cn.fujitsu.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: Yang Hongyang Cc: wei.liu2@citrix.com, wency@cn.fujitsu.com, andrew.cooper3@citrix.com, yunhong.jiang@intel.com, eddie.dong@intel.com, xen-devel@lists.xen.org, guijianfeng@cn.fujitsu.com, rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-06-25 at 14:30 +0800, Yang Hongyang wrote: > From: Wen Congyang > > Signed-off-by: Wen Congyang > --- > tools/libxl/libxl_internal.h | 3 +++ > tools/libxl/libxl_stream_read.c | 51 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 54 insertions(+) This patch is certainly not so trivial that it can get away with a subject only and no commit body. The same goes for patch #3. In particular both of them add some new stream state which is not described anywhere. Ian.