From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] KVM: Optimize mmio spte zapping when creating/moving memslot Date: Tue, 12 Mar 2013 22:41:08 -0300 Message-ID: <20130313014108.GB21171@amt.cnet> References: <20130312174333.7f76148e.yoshikawa_takuya_b1@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: gleb@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43015 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755285Ab3CMBmJ (ORCPT ); Tue, 12 Mar 2013 21:42:09 -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(-) > Reviewed-by: Marcelo Tosatti