From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3 00/10] KVM: MTRR fixes and some cleanups Date: Wed, 13 May 2015 16:14:07 +0200 Message-ID: <55535C2F.9010004@redhat.com> References: <1431499348-25188-1-git-send-email-guangrong.xiao@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: gleb@kernel.org, mtosatti@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Xiao Guangrong Return-path: In-Reply-To: <1431499348-25188-1-git-send-email-guangrong.xiao@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 13/05/2015 08:42, Xiao Guangrong wrote: > Changelog in v3: > thanks for Paolo's comment: > - do not apply for_each_rmap_spte to kvm_zap_rmapp and kvm_mmu_unlink_parents Good idea applying my comment to kvm_mmu_unlink_parents as well. :) > - fix a cosmetic issue in slot_handle_level_range > - introduce PT_MAX_HUGEPAGE_LEVEL to clean up the code > - improve code Indentation I've squashed together patches 8 and 9, and will apply to kvm/queue soon. Paolo