From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLEXO-0007Ga-Er for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLEXJ-0003wd-I8 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLEXJ-0003wQ-8g for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:13 -0500 From: Juan Quintela In-Reply-To: <33183CC9F5247A488A2544077AF19020815D2278@SZXEMA503-MBS.china.huawei.com> (Gonglei's message of "Fri, 28 Feb 2014 04:08:37 +0000") References: <33183CC9F5247A488A2544077AF19020815D2278@SZXEMA503-MBS.china.huawei.com> Date: Wed, 05 Mar 2014 17:18:45 +0100 Message-ID: <87ob1kr53u.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dirty bitmap Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" Cc: Peter Maydell , "chenliang (T)" , "pl@kamp.de" , "qemu-devel@nongnu.org" , "owasserm@redhat.com" , "aliguori@amazon.com" , "pbonzini@redhat.com" "Gonglei (Arei)" wrote: > Add counters to log the times of updating the dirty bitmap. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei As told by Eric, I am with this change, but can we move the code to the same place that the rest of the statistics? Thanks, Juan.