From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: Re: [PATCH 0/3] KVM: simplification to the memslots code Date: Mon, 17 Nov 2014 10:56:15 +0900 Message-ID: <546955BF.6020104@lab.ntt.co.jp> References: <1415963522-5255-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: imammedo@redhat.com To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: In-Reply-To: <1415963522-5255-1-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 2014/11/14 20:11, Paolo Bonzini wrote: > Hi Igor and Takuya, > > here are a few small patches that simplify __kvm_set_memory_region > and associated code. Can you please review them? Ah, already queued. Sorry for being late to respond. Takuya > > Thanks, > > Paolo > > Paolo Bonzini (3): > kvm: memslots: track id_to_index changes during the insertion sort > kvm: commonize allocation of the new memory slots > kvm: simplify update_memslots invocation > > virt/kvm/kvm_main.c | 87 ++++++++++++++++++++++------------------------------- > 1 file changed, 36 insertions(+), 51 deletions(-) >