From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/7] KVM: MMU: update mmu documentation Date: Wed, 19 Jun 2013 19:41:18 +0200 Message-ID: <51C1ED3E.3000100@redhat.com> References: <1371632965-20077-1-git-send-email-xiaoguangrong@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gleb@redhat.com, avi.kivity@gmail.com, mtosatti@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Xiao Guangrong Return-path: In-Reply-To: <1371632965-20077-1-git-send-email-xiaoguangrong@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 19/06/2013 11:09, Xiao Guangrong ha scritto: > As Paolo pointed out that this is the time to update the documentation, this > patchest does it to let mmu.txt matches with the current mmu implementation > > Xiao Guangrong (7): > KVM: MMU: update the documentation for reverse mapping of parent_pte > KVM: MMU: document clear_spte_count > KVM: MMU: document write_flooding_count > KVM: MMU: document mmio page fault > KVM: MMU: document fast page fault in > KVM: MMU: document fast invalidate all pages > KVM: MMU: document fast invalidate all mmio sptes > > Documentation/virtual/kvm/mmu.txt | 86 +++++++++++++++++++++++++++++++++++---- > arch/x86/include/asm/kvm_host.h | 15 +++++++ > arch/x86/kvm/mmu.c | 7 ++-- > 3 files changed, 97 insertions(+), 11 deletions(-) > Applied all to queue since they depend on the fast MMIO-spte zap patches. Will graduate to next as soon as I'm finished testing those patches. Paolo