From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c679D-0004cE-2h for qemu-devel@nongnu.org; Sun, 13 Nov 2016 21:37:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6798-0002sX-Bq for qemu-devel@nongnu.org; Sun, 13 Nov 2016 21:37:27 -0500 References: <1478072652-9884-1-git-send-email-zhang.zhanghailiang@huawei.com> From: Hailiang Zhang Message-ID: <5829233D.8080709@huawei.com> Date: Mon, 14 Nov 2016 10:36:45 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] qapi-schema: clarify 'colo' state for MigrationStatus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , armbru@redhat.com Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org ping ? Anyone pick this up? On 2016/11/2 22:04, Eric Blake wrote: > On 11/02/2016 02:44 AM, zhanghailiang wrote: >> VM can not get into colo state unless users enable 'x-colo' >> capability for migration, Here it is necessary to clarify >> this. >> >> Suggested-by: Eric Blake >> Signed-off-by: zhanghailiang >> --- >> v2: >> - Clarify colo state for RunState too as Eric suggested. >> --- >> qapi-schema.json | 8 +++++--- >> 1 file changed, 5 insertions(+), 3 deletions(-) > > Reviewed-by: Eric Blake > >