All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/8] PVH MTRR initial state
@ 2018-06-08  9:59 Roger Pau Monne
  2018-06-08  9:59 ` [PATCH v4 1/8] mtrr: introduce mask to get VCNT from MTRRcap MSR Roger Pau Monne
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Roger Pau Monne @ 2018-06-08  9:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne

Hello,

The following patches set a sane initial MTRR state for both Dom0 and
DomU PVH guests. Note that for Dom0 the host MTRR state is used, OTOH
for DomU the default MTRR type is set to write-back.

This should avoid guests having to setup some kind of MTRR state in
order to boot.

This has been rebased on top of a couple of fixes/improvements from Jan,
which are also included in the series.

Thanks, Roger.

Jan Beulich (2):
  x86/HVM: improve MTRR load checks
  x86/mtrr: split "enabled" field into two boolean flags

Roger Pau Monne (6):
  mtrr: introduce mask to get VCNT from MTRRcap MSR
  hvm/mtrr: add emacs local variables block with formatting info
  hvm/mtrr: use the hardware number of variable ranges for Dom0
  hvm/mtrr: copy hardware state for Dom0
  libxc/pvh: set default MTRR type to write-back
  docs/pvh: document initial MTRR state

 docs/misc/pvh.markdown          |  18 +++++
 tools/libxc/xc_dom_x86.c        |  44 ++++++++++++
 xen/arch/x86/cpu/mtrr/generic.c |  14 ++--
 xen/arch/x86/cpu/mtrr/main.c    |   2 +-
 xen/arch/x86/hvm/hvm.c          |  18 +++--
 xen/arch/x86/hvm/mtrr.c         | 124 +++++++++++++++++++++++++-------
 xen/include/asm-x86/msr-index.h |   4 ++
 xen/include/asm-x86/mtrr.h      |   8 ++-
 8 files changed, 195 insertions(+), 37 deletions(-)

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-10-01 15:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  9:59 [PATCH v4 0/8] PVH MTRR initial state Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 1/8] mtrr: introduce mask to get VCNT from MTRRcap MSR Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 2/8] x86/HVM: improve MTRR load checks Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 3/8] x86/mtrr: split "enabled" field into two boolean flags Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 4/8] hvm/mtrr: add emacs local variables block with formatting info Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 5/8] hvm/mtrr: use the hardware number of variable ranges for Dom0 Roger Pau Monne
2018-06-08 14:30   ` Jan Beulich
2018-06-08  9:59 ` [PATCH v4 6/8] hvm/mtrr: copy hardware state " Roger Pau Monne
2018-06-08  9:59 ` [PATCH v4 7/8] libxc/pvh: set default MTRR type to write-back Roger Pau Monne
2018-09-26 12:29   ` Andrew Cooper
2018-10-01 15:52     ` Roger Pau Monné
2018-10-01 15:58       ` Andrew Cooper
2018-06-08  9:59 ` [PATCH v4 8/8] docs/pvh: document initial MTRR state Roger Pau Monne
2018-07-03  8:17 ` [PATCH v4 0/8] PVH MTRR initial state Roger Pau Monné
2018-07-03  9:50   ` Jan Beulich

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.