Re: [Xen-devel] [PATCH v2 12/12] tools/xen-mceinj: add support of injecting LMCE

2017-03-28 Thread Wei Liu
On Fri, Mar 17, 2017 at 02:46:14PM +0800, Haozhong Zhang wrote: > If option '-l' or '--lmce' is specified and the host supports LMCE, > xen-mceinj will inject LMCE to CPU specified by '-c' (or CPU0 if '-c' > is not present). > > Signed-off-by: Haozhong Zhang Acked-by: Wei Liu

[Xen-devel] [PATCH v2 12/12] tools/xen-mceinj: add support of injecting LMCE

2017-03-16 Thread Haozhong Zhang
If option '-l' or '--lmce' is specified and the host supports LMCE, xen-mceinj will inject LMCE to CPU specified by '-c' (or CPU0 if '-c' is not present). Signed-off-by: Haozhong Zhang --- Cc: Ian Jackson Cc: Wei Liu Changes in v2: * Separate the xen-mceinj changes from v1 patch 19 to this on