From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Date: Tue, 22 Jun 2010 18:56:15 +0000 Subject: Re: [PATCH 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup Message-Id: <20100622185615.GA11573@amt.cnet> List-Id: References: <20100622180358.be8fd912.yoshikawa.takuya@oss.ntt.co.jp> In-Reply-To: <20100622180358.be8fd912.yoshikawa.takuya@oss.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org On Tue, Jun 22, 2010 at 06:03:58PM +0900, Takuya Yoshikawa wrote: > This patch set is for making dirty logging development, and of course > maintenance, easier. Please see individual patches for details. > > Takuya > > --- > arch/ia64/kvm/kvm-ia64.c | 54 ++++++++++++++++++-------------------------- > arch/powerpc/kvm/book3s.c | 29 ++++++++++++++---------- > arch/x86/kvm/x86.c | 14 +---------- > include/linux/kvm_host.h | 6 +--- > virt/kvm/kvm_main.c | 24 +++++-------------- > 5 files changed, 50 insertions(+), 77 deletions(-) > > -- > 1.7.0.4 Looks good to me.