From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/2] KVM: Optimize mmio spte zapping when creating/moving memslot Date: Thu, 14 Mar 2013 10:23:45 +0200 Message-ID: <20130314082345.GX11223@redhat.com> References: <20130312174333.7f76148e.yoshikawa_takuya_b1@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29158 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752657Ab3CNIXu (ORCPT ); Thu, 14 Mar 2013 04:23:50 -0400 Content-Disposition: inline In-Reply-To: <20130312174333.7f76148e.yoshikawa_takuya_b1@lab.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 12, 2013 at 05:43:33PM +0900, Takuya Yoshikawa wrote: > This is only for mmio spte zapping, not for all zap_all() cases. > > Takuya Yoshikawa (2): > KVM: MMU: Mark sp mmio cached when creating mmio spte > KVM: x86: Optimize mmio spte zapping when creating/moving memslot > > arch/x86/include/asm/kvm_host.h | 2 ++ > arch/x86/kvm/mmu.c | 21 +++++++++++++++++++++ > arch/x86/kvm/x86.c | 2 +- > 3 files changed, 24 insertions(+), 1 deletions(-) > The patches are simple, improve the current situation and can be replaced with something better if someone is willing to do the job of writing the patches. Applied, thanks. -- Gleb.