From: Mukesh Rathor <mukesh.rathor@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: PVH and mtrr/PAT.........
Date: Wed, 20 Nov 2013 18:42:27 -0800 [thread overview]
Message-ID: <20131120184227.2cf85302@mantra.us.oracle.com> (raw)
In-Reply-To: <528C83F00200007800104DB6@nat28.tlf.novell.com>
On Wed, 20 Nov 2013 08:42:08 +0000
"Jan Beulich" <JBeulich@suse.com> wrote:
> >>> On 20.11.13 at 03:11, Mukesh Rathor <mukesh.rathor@oracle.com>
> >>> wrote:
> > After rebasing my dom0 on latest, it didn't boot. After debugging
> > couple days, it turned out to be :
> >
> > + if ( is_pvh_domain(d) )
> > + {
> > + if ( direct_mmio )
> > + return MTRR_TYPE_UNCACHABLE;
> > + return MTRR_TYPE_WRBACK;
> > + }
> > +
> >
> > I had in my patches, missing in epte_get_entry_emt() in latest.
> >
> > So, since I don't know much about this, is an HVM guest setting
> > MTRR range types? Looking for suggestions on best way to do this
> > for PVH.
>
> A HVM guest is permitted to write to (virtual) MTRRs, whereas a PV
> guest isn't. I'm inclined to prefer PV behavior here to be used for
> PVH (since, as explained by Dongxiao, MTRRs don't really matter
> for VMX guests anyway, i.e. the setting of (virtual) MTRRs needs to
> get translated to EPT memory types anyway, hence a PVH guest
> ought to be fine ignoring the MTRRs altogether and handling memory
> types exclusively via PAT mechanisms).
Ok. So, it appears that for PV, we store the cacheattr
in page_info and use it during pte update. But in case of PVH,
the page tables are native, the pte update is native, so we
don't really have access to PCD/PWT/PAT bits in the pte entry!
It says PAT+PWT+PCD selects a PAT entry from the IA32_PAT msr.
In case of PVH, the msr is guest managed, and intercept is disabled.
I assume the EPT should mirror the pte PAT entries?
Or, can we just set WB for all RAM, and UC for all non-ram for
PVH and keep it simple?
Thanks a lot for the help.
Mukesh
next prev parent reply other threads:[~2013-11-21 2:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 2:11 PVH and mtrr/PAT Mukesh Rathor
2013-11-20 7:22 ` Xu, Dongxiao
2013-11-20 8:42 ` Jan Beulich
2013-11-20 18:12 ` George Dunlap
2013-11-20 22:24 ` Mukesh Rathor
2013-11-21 15:47 ` George Dunlap
2013-11-21 23:41 ` Mukesh Rathor
2013-11-22 10:43 ` George Dunlap
2013-11-22 11:09 ` Jan Beulich
2013-11-22 12:16 ` George Dunlap
2013-11-22 12:30 ` Jan Beulich
2013-11-22 10:29 ` Jan Beulich
2013-12-03 7:20 ` Xu, Dongxiao
2013-12-03 13:54 ` George Dunlap
2013-11-21 2:42 ` Mukesh Rathor [this message]
2013-11-21 7:50 ` konrad wilk
2013-11-21 11:40 ` Jan Beulich
2013-11-22 0:42 ` Mukesh Rathor
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=20131120184227.2cf85302@mantra.us.oracle.com \
--to=mukesh.rathor@oracle.com \
--cc=JBeulich@suse.com \
--cc=xen-devel@lists.xenproject.org \
/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).