]> xenbits.xensource.com Git - xen.git/commit
tools/libxc: add support of injecting MC# to specified CPUs
authorHaozhong Zhang <haozhong.zhang@intel.com>
Wed, 12 Jul 2017 02:04:39 +0000 (10:04 +0800)
committerWei Liu <wei.liu2@citrix.com>
Tue, 18 Jul 2017 10:33:59 +0000 (11:33 +0100)
commit2fe3669f9b1ef13ba6f9600033ad9cdae2796a14
tree995f1987615a04356ed2f0a387a4a806df9a22ca
parent2b8a8a03f56e21381c7dd560b081002d357639e2
tools/libxc: add support of injecting MC# to specified CPUs

Though XEN_MC_inject_v2 allows injecting MC# to specified CPUs, the
current xc_mca_op() does not use this feature and not provide an
interface to callers. This commit add a new xc_mca_op_inject_v2() that
receives a cpumap providing the set of target CPUs.

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_misc.c