All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add support for vNVDIMM - Part 1: enable instructions
@ 2015-12-30 11:48 Haozhong Zhang
  2015-12-30 11:48 ` [PATCH v2 1/2] x86/hvm: allow guest to use clflushopt and clwb Haozhong Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Haozhong Zhang @ 2015-12-30 11:48 UTC (permalink / raw)
  To: xen-devel, Andrew Cooper
  Cc: Haozhong Zhang, Kevin Tian, Wei Liu, Ian Campbell,
	Stefano Stabellini, Jun Nakajima, Ian Jackson, Jan Beulich,
	Keir Fraser

I split the previous patch series "[PATCH 0/4] add support for vNVDIMM"
into two parts. This is the first part that enables clflushopt/clwb/pcommit
instructions for HVM guests.

[The second part will be sent separately after v1 patches get reviewed.]

Changes in v2:
 * Refactor modifications in hvm_cpuid() per Andrew Cooper's comments.

Haozhong Zhang (2):
  x86/hvm: allow guest to use clflushopt and clwb
  x86/hvm: add support for pcommit instruction

 tools/libxc/xc_cpufeature.h        |  4 +++-
 tools/libxc/xc_cpuid_x86.c         |  5 ++++-
 xen/arch/x86/hvm/hvm.c             | 36 ++++++++++++++++++++++++------------
 xen/arch/x86/hvm/vmx/vmcs.c        |  6 +++++-
 xen/arch/x86/hvm/vmx/vmx.c         |  1 +
 xen/arch/x86/hvm/vmx/vvmx.c        |  3 +++
 xen/include/asm-x86/cpufeature.h   |  7 +++++++
 xen/include/asm-x86/hvm/vmx/vmcs.h |  3 +++
 xen/include/asm-x86/hvm/vmx/vmx.h  |  1 +
 9 files changed, 51 insertions(+), 15 deletions(-)

-- 
2.4.8

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

end of thread, other threads:[~2016-01-08  8:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-30 11:48 [PATCH v2 0/2] add support for vNVDIMM - Part 1: enable instructions Haozhong Zhang
2015-12-30 11:48 ` [PATCH v2 1/2] x86/hvm: allow guest to use clflushopt and clwb Haozhong Zhang
2015-12-30 11:53   ` Andrew Cooper
2016-01-05  7:02   ` Tian, Kevin
2016-01-07 13:49   ` Jan Beulich
2016-01-07 14:01     ` Andrew Cooper
2016-01-07 14:34       ` Jan Beulich
2016-01-08  8:27         ` Haozhong Zhang
2016-01-08  8:39           ` Jan Beulich
2015-12-30 11:48 ` [PATCH v2 2/2] x86/hvm: add support for pcommit instruction Haozhong Zhang
2015-12-30 11:57   ` Andrew Cooper
2016-01-05  7:08   ` Tian, Kevin
2016-01-05  7:15     ` Zhang, Haozhong
2016-01-05  7:19       ` Tian, Kevin
2016-01-05  7:32         ` Zhang, Haozhong
2016-01-05  7:45           ` Tian, Kevin
2016-01-07 13:53   ` Jan Beulich
2016-01-08  1:15     ` Haozhong Zhang
2016-01-08  7:54       ` Jan Beulich
2016-01-08  7:58         ` Haozhong Zhang
2016-01-04 11:10 ` [PATCH v2 0/2] add support for vNVDIMM - Part 1: enable instructions Wei Liu

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.