From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH][v2 0/3] Some MMU related fix/clean up Date: Thu, 13 May 2010 19:18:41 -0300 Message-ID: <20100513221837.GB27620@amt.cnet> References: <1273653642-23132-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36049 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758963Ab0ENStU (ORCPT ); Fri, 14 May 2010 14:49:20 -0400 Content-Disposition: inline In-Reply-To: <1273653642-23132-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, May 12, 2010 at 04:40:39PM +0800, Sheng Yang wrote: > Sheng Yang (3): > KVM: x86: Check LMA bit before set_efer > KVM: Clean up duplicate assignment > VMX: x86: Only reset MMU when necessary > > arch/x86/kvm/mmu.c | 5 ++--- > arch/x86/kvm/x86.c | 22 ++++++++++++++++------ > 2 files changed, 18 insertions(+), 9 deletions(-) Applied, thanks.