From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzc9Z-0005Ci-RN for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzc9Y-0003YP-W0 for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:18:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56374) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzc9Y-0003Y7-Qa for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:18:56 -0400 Date: Thu, 27 Oct 2016 09:48:51 +0530 From: Amit Shah Message-ID: <20161027041851.GG1476@amit-lp.rh> References: <1477496530-9624-1-git-send-email-zhang.zhanghailiang@huawei.com> <1477496530-9624-15-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477496530-9624-15-git-send-email-zhang.zhanghailiang@huawei.com> Subject: Re: [Qemu-devel] [PATCH COLO-Frame (Base) v22 14/17] COLO: Implement the process of failover for primary VM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang Cc: quintela@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com, wency@cn.fujitsu.com, lizhijian@cn.fujitsu.com, xiecl.fnst@cn.fujitsu.com On (Wed) 26 Oct 2016 [23:42:07], zhanghailiang wrote: > For primary side, if COLO gets failover request from users. > To be exact, gets 'x_colo_lost_heartbeat' command. > COLO thread will exit the loop while the failover BH does the > cleanup work and resumes VM. > > Signed-off-by: zhanghailiang > Signed-off-by: Li Zhijian > Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit