xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: George Dunlap <dunlapg@gmail.com>
To: Tim Deegan <Tim.Deegan@citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	WangWei???? <wangwei.cs@gmail.com>
Subject: Re: some questions about the HVM
Date: Tue, 30 Mar 2010 10:57:37 +0100	[thread overview]
Message-ID: <de76405a1003300257g3f5d4618k7f26bc145d74115@mail.gmail.com> (raw)
In-Reply-To: <20100326165856.GA4975@whitby.uk.xensource.com>

On Fri, Mar 26, 2010 at 5:58 PM, Tim Deegan <Tim.Deegan@citrix.com> wrote:
>> I have a question about the VMEXIT in HVM.
>> Does the behavior of modifying the pte of guest OS cause a vmexit.
>
> When using shadow pagetables, yes (more precisely, modifying a page that
> is shadowed causes a VMEXIT)

...but it's complicated.  We have an optimization called "out-of-sync"
such that modifying PTE may not cause a VMEXIT; instead, the VMEXIT
may happen when the virtual address the PTE controls is dereferenced
(akin to a TLB miss).  As Tim said, this is only in shadow mode, if
HAP (EPT or NPT) is not present / disabled.

 -George

      reply	other threads:[~2010-03-30  9:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 14:00 some questions about the HVM WangWei王伟
2010-03-26 16:58 ` Tim Deegan
2010-03-30  9:57   ` George Dunlap [this message]

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=de76405a1003300257g3f5d4618k7f26bc145d74115@mail.gmail.com \
    --to=dunlapg@gmail.com \
    --cc=Tim.Deegan@citrix.com \
    --cc=wangwei.cs@gmail.com \
    --cc=xen-devel@lists.xensource.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).