From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Date: Wed, 23 Jun 2010 01:09:34 +0000 Subject: Re: [PATCH 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup Message-Id: <20100623100934.e42f7a73.takuya.yoshikawa@gmail.com> 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 Marcelo Tosatti wrote: > 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. Oh, I forgot about other archs: booke, s390. I'll change their kvm_vm_ioctl_get_dirty_log() to kvm_arch_vm_ioctl_get_dirty_log() and resend. Thanks, Takuya