From: Marcelo Tosatti <mtosatti@redhat.com>
To: Sheng Yang <sheng@linux.intel.com>
Cc: Avi Kivity <avi@redhat.com>, kvm@vger.kernel.org
Subject: Re: [PATCH 3/4] KVM: x86: Remove kvm_mmu_reset_context() in kvm_set_efer()
Date: Tue, 11 May 2010 16:33:06 -0300 [thread overview]
Message-ID: <20100511193306.GF9712@amt.cnet> (raw)
In-Reply-To: <1273555807-11534-3-git-send-email-sheng@linux.intel.com>
On Tue, May 11, 2010 at 01:30:06PM +0800, Sheng Yang wrote:
> Modify EFER won't result in mode switch directly. After EFER.LME set, the
> following set CR0.PG would result in mode switch to IA32e. And the later
> action already covered by kvm_set_cr0().
>
> Signed-off-by: Sheng Yang <sheng@linux.intel.com>
> ---
> arch/x86/kvm/x86.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
> index 764f89b..b59fc67 100644
> --- a/arch/x86/kvm/x86.c
> +++ b/arch/x86/kvm/x86.c
> @@ -721,7 +721,6 @@ static int set_efer(struct kvm_vcpu *vcpu, u64 efer)
> kvm_x86_ops->set_efer(vcpu, efer);
>
> vcpu->arch.mmu.base_role.nxe = (efer & EFER_NX) && !tdp_enabled;
> - kvm_mmu_reset_context(vcpu);
But there are different sets of shadow pagetables for NXE on/off. See
commit 9645bb56b31a1b.
Without the reset, after NXE 1->0 transition, a spte retains the NXE
validity check, and subsequent use of such gpte with bit 63 set does not
cause a fault.
next prev parent reply other threads:[~2010-05-11 19:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 5:30 [PATCH 1/4] KVM: x86: Check LMA bit before set_efer Sheng Yang
2010-05-11 5:30 ` [PATCH 2/4] KVM: Clean up duplicate assignment Sheng Yang
2010-05-11 5:30 ` [PATCH 3/4] KVM: x86: Remove kvm_mmu_reset_context() in kvm_set_efer() Sheng Yang
2010-05-11 19:33 ` Marcelo Tosatti [this message]
2010-05-11 5:30 ` [PATCH 4/4] VMX: x86: Only reset MMU when necessary Sheng Yang
2010-05-11 19:36 ` Marcelo Tosatti
2010-05-12 1:53 ` Sheng Yang
2010-05-12 2:09 ` Sheng Yang
2010-05-12 6:31 ` Avi Kivity
2010-05-12 6:33 ` [PATCH 1/4] KVM: x86: Check LMA bit before set_efer Sheng Yang
2010-05-12 6:33 ` [PATCH 2/4] KVM: Clean up duplicate assignment Sheng Yang
2010-05-12 6:33 ` [PATCH 3/4] KVM: x86: Remove kvm_mmu_reset_context() in kvm_set_efer() Sheng Yang
2010-05-12 6:33 ` [PATCH 4/4] VMX: x86: Only reset MMU when necessary Sheng Yang
2010-05-12 6:59 ` Avi Kivity
2010-05-12 7:31 ` Sheng Yang
2010-05-12 8:11 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100511193306.GF9712@amt.cnet \
--to=mtosatti@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=sheng@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.