From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9BOr-0004rq-Og for qemu-devel@nongnu.org; Wed, 16 Dec 2015 07:41:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9BOo-0003bI-J6 for qemu-devel@nongnu.org; Wed, 16 Dec 2015 07:41:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9BOo-0003bD-De for qemu-devel@nongnu.org; Wed, 16 Dec 2015 07:41:42 -0500 From: Juan Quintela In-Reply-To: <1450266458-3178-5-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Wed, 16 Dec 2015 11:47:36 +0000") References: <1450266458-3178-1-git-send-email-dgilbert@redhat.com> <1450266458-3178-5-git-send-email-dgilbert@redhat.com> Date: Wed, 16 Dec 2015 13:41:32 +0100 Message-ID: <87bn9qva4j.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 4/6] Migration: Emit event at start of pass Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, jdenemar@redhat.com, liang.z.li@intel.com, qemu-devel@nongnu.org, zhang.zhanghailiang@huawei.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Emit an event each time we sync the dirty bitmap on the source; > this helps libvirt use postcopy by giving it a kick when it > might be a good idea to start the postcopy. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela