From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/6] small cleanups in MMU code Date: Wed, 30 Jan 2013 16:50:24 +0200 Message-ID: <20130130145024.GK15004@redhat.com> References: <51093178.a34b420a.7bdd.ffffe012SMTPIN_ADDED_BROKEN@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, mtosatti@redhat.com, xiaoguangrong@linux.vnet.ibm.com, yoshikawa_takuya_b1@lab.ntt.co.jp To: Asias He Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36965 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754955Ab3A3Ouc (ORCPT ); Wed, 30 Jan 2013 09:50:32 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 30, 2013 at 10:46:56PM +0800, Asias He wrote: > > On Wed, Jan 30, 2013 at 10:42 PM, wrote: > > y@redhat.com ? > y not? > > From: Gleb Natapov > > > > Any of those should not change functionality. > > > > Gleb Natapov (6): > > KVM: MMU: make spte_is_locklessly_modifiable() more clear > > KVM: MMU: drop unneeded checks. > > KVM: MMU: set base_role.nxe during mmu initialization. > > KVM: MMU: drop superfluous min() call. > > KVM: MMU: drop superfluous is_present_gpte() check. > > Revert "KVM: MMU: split kvm_mmu_free_page" > > > > arch/x86/kvm/mmu.c | 32 +++++++++----------------------- > > arch/x86/kvm/paging_tmpl.h | 3 --- > > arch/x86/kvm/x86.c | 2 -- > > 3 files changed, 9 insertions(+), 28 deletions(-) > > > > -- > > 1.7.10.4 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe kvm" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > -- > Asias He > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.