From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2 Date: Wed, 27 Feb 2013 18:23:45 +0200 Message-ID: <20130227162345.GA2065@redhat.com> References: <20130227194103.ce8a4bdc.yoshikawa_takuya_b1@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mtosatti@redhat.com, kvm@vger.kernel.org, agraf@suse.de, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, cdall@cs.columbia.edu To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14305 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752361Ab3B0QYo (ORCPT ); Wed, 27 Feb 2013 11:24:44 -0500 Content-Disposition: inline In-Reply-To: <20130227194103.ce8a4bdc.yoshikawa_takuya_b1@lab.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 27, 2013 at 07:41:03PM +0900, Takuya Yoshikawa wrote: > Note: this is based on the latest master branch. > > I'm sending this before 3.9-rc1 is released since this can cause extra > conflicts unless we make this available to all arch before we start > adding new stuff. > I do not quite sure what you want me to do. Why can't this wait for 3.10? > Please review: every change is trivial and should not change anything. > > Takuya Yoshikawa (6): > KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() > KVM: set_memory_region: Drop user_alloc from set_memory_region() > KVM: set_memory_region: Make kvm_mr_change available to arch code > KVM: set_memory_region: Refactor prepare_memory_region() > KVM: set_memory_region: Refactor commit_memory_region() > KVM: ARM: Remove kvm_arch_set_memory_region() > > arch/arm/kvm/arm.c | 15 ++---------- > arch/ia64/kvm/kvm-ia64.c | 25 ++------------------- > arch/powerpc/include/asm/kvm_ppc.h | 2 +- > arch/powerpc/kvm/book3s_hv.c | 4 +- > arch/powerpc/kvm/book3s_pr.c | 2 +- > arch/powerpc/kvm/booke.c | 2 +- > arch/powerpc/kvm/powerpc.c | 13 +++++------ > arch/s390/kvm/kvm-s390.c | 10 ++------ > arch/x86/kvm/vmx.c | 6 ++-- > arch/x86/kvm/x86.c | 25 +++++++++------------ > include/linux/kvm_host.h | 35 +++++++++++++++++++++--------- > virt/kvm/kvm_main.c | 40 ++++++++--------------------------- > 12 files changed, 67 insertions(+), 112 deletions(-) > > -- > 1.7.4.1 -- Gleb.