From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxAf0-0004S9-Kk for qemu-devel@nongnu.org; Tue, 26 May 2015 04:56:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxAex-00069c-9A for qemu-devel@nongnu.org; Tue, 26 May 2015 04:56:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxAex-00069X-4a for qemu-devel@nongnu.org; Tue, 26 May 2015 04:56:27 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id A00D68E51A for ; Tue, 26 May 2015 08:56:26 +0000 (UTC) Date: Tue, 26 May 2015 16:56:23 +0800 From: Fam Zheng Message-ID: <20150526085623.GM13749@ad.nay.redhat.com> References: <1430152117-100558-1-git-send-email-pbonzini@redhat.com> <1430152117-100558-13-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430152117-100558-13-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 12/29] kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@redhat.com, mst@redhat.com On Mon, 04/27 18:28, Paolo Bonzini wrote: > One recent example is commit 4cc856f (kvm-all: Sync dirty-bitmap from > kvm before kvm destroy the corresponding dirty_bitmap, 2015-04-02). > Another performance problem is that KVM keeps tracking dirty pages > after a failed live migration, which causes bad performance due to > disallowing huge page mapping. > > Thanks to the previous patch, KVM can now stop hooking into > log_global_start/stop. This simplifies the KVM code noticeably. > > Reported-by: Wanpeng Li > Reported-by: Xiao Guangrong > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng