Re: [PATCH 0/5 v2] KVM: x86: MMU: Eliminate extra memory slot searches in page fault handlers

2015-10-16 Thread Paolo Bonzini
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

Re: [PATCH 0/5 v2] KVM: x86: MMU: Eliminate extra memory slot searches in page fault handlers

2015-10-16 Thread Paolo Bonzini
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