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 18:30:53 +0900 Message-ID: <5469C04D.6060702@lab.ntt.co.jp> References: <1415963522-5255-1-git-send-email-pbonzini@redhat.com> <546955BF.6020104@lab.ntt.co.jp> <5469BEAF.9030707@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, imammedo@redhat.com To: Paolo Bonzini Return-path: Received: from tama500.ecl.ntt.co.jp ([129.60.39.148]:52819 "EHLO tama500.ecl.ntt.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbaKQJag (ORCPT ); Mon, 17 Nov 2014 04:30:36 -0500 In-Reply-To: <5469BEAF.9030707@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 2014/11/17 18:23, Paolo Bonzini wrote: > > > On 17/11/2014 02:56, Takuya Yoshikawa wrote: >>>> 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. > > While they are not in kvm/next, there's time to add Reviewed-by's and > all that. kvm/queue basically means "I want Fengguang to compile-test > them, some testing done on x86_64". > > Paolo > OK. I reviewed patch 2/3 and 3/3, and saw no problem, some improvements, there. Takuya