From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRJ9l-00061S-10 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:37:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRJ9h-00038U-Sw for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:37:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRJ9h-00037x-NL for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:37:01 -0500 Date: Thu, 4 Feb 2016 18:06:57 +0530 From: Amit Shah Message-ID: <20160204123657.GJ20527@grmbl.mre> References: <1454588426-12372-1-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454588426-12372-1-git-send-email-zhang.zhanghailiang@huawei.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] Some improvments and small fixes for migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang Cc: qemu-devel@nongnu.org, dgilbert@redhat.com, quintela@redhat.com On (Thu) 04 Feb 2016 [20:20:20], zhanghailiang wrote: > Patch 1 ~ patch 4 are picked from COLO and live memory snapshot series, > They are just small improvements for migration codes. > > Patch 5, 6 are small fixes for migration releated documention. > > v2: > - Fix a typo (Amit) > - A better commit description from Dave for patch 2 Thanks; I've already queued the v1 with these fixes. Watch for the pull req tomorrow. Amit