From: Haozhong Zhang <haozhong.zhang@intel.com>
To: xen-devel@lists.xen.org
Cc: Haozhong Zhang <haozhong.zhang@intel.com>,
Kevin Tian <kevin.tian@intel.com>, Wei Liu <wei.liu2@citrix.com>,
Jan Beulich <jbeulich@suse.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Jun Nakajima <jun.nakajima@intel.com>
Subject: [PATCH v3 0/9] Add LMCE support
Date: Thu, 30 Mar 2017 14:19:54 +0800 [thread overview]
Message-ID: <20170330062003.9119-1-haozhong.zhang@intel.com> (raw)
v2 can be found at https://lists.xen.org/archives/html/xen-devel/2017-03/msg02154.html.
This patch series is organized as below:
* Patch 1 - 9 correspond to v2 patch 4 - 12.
* Patch 2 has got R-b from Jan Beulich after addressing his comments in v2.
* Patch 9 has got A-b from Wei Liu.
* Other changes are logged in each patch separately.
Haozhong Zhang (9):
1/9 x86/mce: handle LMCE locally
2/9 x86/mce_intel: detect and enable LMCE on Intel host
3/9 x86/vmx: expose LMCE feature via guest MSR_IA32_FEATURE_CONTROL
4/9 x86/vmce: emulate MSR_IA32_MCG_EXT_CTL
5/9 x86/vmce: enable injecting LMCE to guest on Intel host
6/9 x86/vmce, tools/libxl: expose LMCE capability in guest MSR_IA32_MCG_CAP
7/9 xen/mce: add support of vLMCE injection to XEN_MC_inject_v2
8/9 tools/libxc: add support of injecting MC# to specified CPUs
9/9 tools/xen-mceinj: add support of injecting LMCE
docs/man/xl.cfg.pod.5.in | 24 ++++++
tools/libxc/include/xenctrl.h | 2 +
tools/libxc/xc_misc.c | 52 ++++++++++-
tools/libxl/libxl.h | 7 ++
tools/libxl/libxl_dom.c | 15 ++++
tools/libxl/libxl_types.idl | 1 +
tools/tests/mce-test/tools/xen-mceinj.c | 50 ++++++++++-
tools/xl/xl_parse.c | 31 ++++++-
xen/arch/x86/cpu/mcheck/barrier.c | 12 +--
xen/arch/x86/cpu/mcheck/barrier.h | 12 ++-
xen/arch/x86/cpu/mcheck/mcaction.c | 21 +++--
xen/arch/x86/cpu/mcheck/mce.c | 147 +++++++++++++++++++++++++-------
xen/arch/x86/cpu/mcheck/mce.h | 3 +
xen/arch/x86/cpu/mcheck/mce_intel.c | 50 +++++++++--
xen/arch/x86/cpu/mcheck/vmce.c | 64 +++++++++++++-
xen/arch/x86/cpu/mcheck/vmce.h | 2 +-
xen/arch/x86/cpu/mcheck/x86_mca.h | 9 +-
xen/arch/x86/hvm/hvm.c | 5 ++
xen/arch/x86/hvm/vmx/vmx.c | 9 ++
xen/arch/x86/hvm/vmx/vvmx.c | 4 -
xen/include/asm-x86/mce.h | 3 +
xen/include/asm-x86/msr-index.h | 2 +
xen/include/public/arch-x86/hvm/save.h | 1 +
xen/include/public/arch-x86/xen-mca.h | 1 +
xen/include/public/hvm/params.h | 7 +-
25 files changed, 472 insertions(+), 63 deletions(-)
--
2.10.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-03-30 6:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-30 6:19 Haozhong Zhang [this message]
2017-03-30 6:19 ` [PATCH v3 1/9] x86/mce: handle LMCE locally Haozhong Zhang
2017-03-30 14:35 ` Jan Beulich
2017-03-31 2:34 ` Haozhong Zhang
2017-03-31 7:24 ` Jan Beulich
2017-04-06 4:50 ` Haozhong Zhang
2017-03-30 6:19 ` [PATCH v3 2/9] x86/mce_intel: detect and enable LMCE on Intel host Haozhong Zhang
2017-03-30 6:19 ` [PATCH v3 3/9] x86/vmx: expose LMCE feature via guest MSR_IA32_FEATURE_CONTROL Haozhong Zhang
2017-03-30 14:36 ` Jan Beulich
2017-03-31 5:11 ` Tian, Kevin
2017-03-30 6:19 ` [PATCH v3 4/9] x86/vmce: emulate MSR_IA32_MCG_EXT_CTL Haozhong Zhang
2017-03-30 14:41 ` Jan Beulich
2017-03-30 6:19 ` [PATCH v3 5/9] x86/vmce: enable injecting LMCE to guest on Intel host Haozhong Zhang
2017-03-30 14:51 ` Jan Beulich
2017-03-30 6:20 ` [PATCH v3 6/9] x86/vmce, tools/libxl: expose LMCE capability in guest MSR_IA32_MCG_CAP Haozhong Zhang
2017-03-30 14:57 ` Jan Beulich
2017-03-30 16:34 ` Wei Liu
2017-03-30 6:20 ` [PATCH v3 7/9] xen/mce: add support of vLMCE injection to XEN_MC_inject_v2 Haozhong Zhang
2017-03-30 15:01 ` Jan Beulich
2017-03-30 6:20 ` [PATCH v3 8/9] tools/libxc: add support of injecting MC# to specified CPUs Haozhong Zhang
2017-03-31 11:14 ` Wei Liu
2017-03-30 6:20 ` [PATCH v3 9/9] tools/xen-mceinj: add support of injecting LMCE Haozhong Zhang
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=20170330062003.9119-1-haozhong.zhang@intel.com \
--to=haozhong.zhang@intel.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=jun.nakajima@intel.com \
--cc=kevin.tian@intel.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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).