aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-10-29 18:04:46 +0100
committerKeir Fraser <keir@xen.org>2010-10-29 18:04:46 +0100
commit8d2793f2c2f2a403a0a9db264c26956b7461e088 (patch)
treeac2854d67847898d708644e1c9513fc4330b975f /xen/include/asm-x86/hvm/vcpu.h
parentfd1291a826e17108d7c7f20c887847daba451ef4 (diff)
downloadxen-8d2793f2c2f2a403a0a9db264c26956b7461e088.tar.gz
xen-8d2793f2c2f2a403a0a9db264c26956b7461e088.tar.bz2
xen-8d2793f2c2f2a403a0a9db264c26956b7461e088.zip
x86: Clean up existing XSAVE support
Signed-off-by: Han Weidong <weidong.han@intel.com> Signed-off-by: Shan Haitao <haitao.shan@intel.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 52c6c09e55..53ef98320f 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -56,7 +56,7 @@ struct hvm_vcpu {
* #NM handler, we XRSTOR the states we XSAVE-ed;
*/
void *xsave_area;
- uint64_t xfeature_mask;
+ uint64_t xcr0;
struct vlapic vlapic;
s64 cache_tsc_offset;