From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/5 v2] KVM: x86: MMU: Eliminate extra memory slot searches in page fault handlers Date: Fri, 16 Oct 2015 10:20:16 +0200 Message-ID: <5620B340.7040909@redhat.com> References: <20151016170315.779ef31701287a3826b44892@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Takuya Yoshikawa Return-path: In-Reply-To: <20151016170315.779ef31701287a3826b44892@lab.ntt.co.jp> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 16/10/2015 10:03, Takuya Yoshikawa wrote: > v2: Based on Paolo's suggestion, kept the common code as much as possible by > introducing memslot_valid_for_gpte(). > > Note: instead of joining all checks by boolean operators, splitted the > no_dirty_log case off to be a separate if-check because it is checking > clearly different thing than the rest. See patch 4 for details. Of course that's better. Series applied, thanks. Paolo