From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] KVM: dirty logging optimization - double buffering Date: Mon, 1 Nov 2010 14:42:33 -0200 Message-ID: <20101101164233.GA3208@amt.cnet> References: <20101027182102.bc098314.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, takuya.yoshikawa@gmail.com, fernando@oss.ntt.co.jp To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28106 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751782Ab0KARc3 (ORCPT ); Mon, 1 Nov 2010 13:32:29 -0400 Content-Disposition: inline In-Reply-To: <20101027182102.bc098314.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 27, 2010 at 06:21:02PM +0900, Takuya Yoshikawa wrote: > This patch series just change the way we allocate dirty bitmaps but don't > change timing related issues. > > - Changelog > I have not changed anything about patch 1 and 2 since I got > "looks good" comment from Marcelo. Just rebased. > > Patch 3 has become simpler by rebasing on top of this series. > > Thanks, > Takuya Applied, thanks.