From: Gleb Natapov <gleb@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: guest assigned device MMIO maps with WC: does this work correctly?
Date: Thu, 21 Nov 2013 10:16:38 +0200 [thread overview]
Message-ID: <20131121081638.GH2108@redhat.com> (raw)
In-Reply-To: <20131121081627.GA19951@redhat.com>
On Thu, Nov 21, 2013 at 10:16:27AM +0200, Michael S. Tsirkin wrote:
> On Thu, Nov 21, 2013 at 10:01:27AM +0200, Gleb Natapov wrote:
> > On Thu, Nov 21, 2013 at 10:02:07AM +0200, Michael S. Tsirkin wrote:
> > > On Thu, Nov 21, 2013 at 09:18:55AM +0200, Gleb Natapov wrote:
> > > > On Wed, Nov 20, 2013 at 09:58:15PM +0200, Michael S. Tsirkin wrote:
> > > > > I see this in kvm:
> > > > >
> > > > > static u64 vmx_get_mt_mask(struct kvm_vcpu *vcpu, gfn_t gfn, bool
> > > > > is_mmio)
> > > > > {
> > > > > u64 ret;
> > > > >
> > > > > /* For VT-d and EPT combination
> > > > > * 1. MMIO: always map as UC
> > > > > * 2. EPT with VT-d:
> > > > > * a. VT-d without snooping control feature: can't guarantee
> > > > > * the
> > > > > * result, try to trust guest.
> > > > > * b. VT-d with snooping control feature: snooping control
> > > > > * feature of
> > > > > * VT-d engine can guarantee the cache correctness. Just
> > > > > * set it
> > > > > * to WB to keep consistent with host. So the same as item
> > > > > * 3.
> > > > > * 3. EPT without VT-d: always map as WB and set IPAT=1 to keep
> > > > > * consistent with host MTRR
> > > > > */
> > > > > if (is_mmio)
> > > > > ret = MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT;
> > > > >
> > > > > ...
> > > > > }
> > > > >
> > > > >
> > > > > does this mean that even if guest maps BAR for an assigned device
> > > > > as write combined (or configures such using an MTRR),
> > > > > host will override this and use uncacheable in practice?
> > > > >
> > > > No, it does not mean that. I already answered this once (my previous
> > > > answer included below): effective memory type is a combination of MTRR
> > > > (EPT MT bits in case of a guest) and PAT bits. See section 11.5.2.2
> > > > in SDM
> > >
> > >
> > > Can you quote chapter name please?
> > > My SDM has
> > > 11.5.2.2 Denormal-Operand Exception (#D)
> > >
> > Either your or mine is out of date:
> > Selecting Memory Types for Pentium III and More Recent Processor Families
>
> OK this one I'm familiar with, it describes how PAT
> interacts with MTRR. But how does this interact with EPT?
> do you remember where's that described?
>
28.2.5.2 Memory Type Used for Translated Guest-Physical Addresses
Substitute MTRR with EPT MT and go to the same table.
--
Gleb.
next prev parent reply other threads:[~2013-11-21 8:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 19:58 guest assigned device MMIO maps with WC: does this work correctly? Michael S. Tsirkin
2013-11-21 7:18 ` Gleb Natapov
2013-11-21 8:02 ` Michael S. Tsirkin
2013-11-21 8:01 ` Gleb Natapov
2013-11-21 8:16 ` Michael S. Tsirkin
2013-11-21 8:16 ` Gleb Natapov [this message]
2013-11-21 8:18 ` Michael S. Tsirkin
2013-11-21 8:21 ` Michael S. Tsirkin
2013-11-21 8:25 ` Michael S. Tsirkin
2013-11-21 8:25 ` Gleb Natapov
2013-11-21 8:34 ` Michael S. Tsirkin
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=20131121081638.GH2108@redhat.com \
--to=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.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.