aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/domctl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-09 07:51:31 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-09 07:51:31 +0100
commit84e364f2eda22ab08c8765945d7910f54ed54c66 (patch)
treec4f73cd0a714bed53479e0cf0f8b8dacab43fc0a /xen/include/public/domctl.h
parent741367e77d6c895e51c9cd5fc0ca202ed0416c1b (diff)
downloadxen-84e364f2eda22ab08c8765945d7910f54ed54c66.tar.gz
xen-84e364f2eda22ab08c8765945d7910f54ed54c66.tar.bz2
xen-84e364f2eda22ab08c8765945d7910f54ed54c66.zip
x86: add CMCI software injection interface
A new command is added. User can set the target CPU map, since the CMCI can be triggered on some specific CPUs. Please be noticed that the xenctl_cpumap structure is moved from domctl.h to xen.h. Signed-off-by: Jiang, Yunhong <yunhong.jiang@intel.com>
Diffstat (limited to 'xen/include/public/domctl.h')
-rw-r--r--xen/include/public/domctl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h
index 5bae1cb406..5706726d42 100644
--- a/xen/include/public/domctl.h
+++ b/xen/include/public/domctl.h
@@ -37,11 +37,6 @@
#define XEN_DOMCTL_INTERFACE_VERSION 0x00000007
-struct xenctl_cpumap {
- XEN_GUEST_HANDLE_64(uint8) bitmap;
- uint32_t nr_cpus;
-};
-
/*
* NB. xen_domctl.domain is an IN/OUT parameter for this operation.
* If it is specified as zero, an id is auto-allocated and returned.