aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-16 22:26:38 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-16 22:26:38 +0000
commit5160866ad9ec4f3e3d2bf7b949303486a9110336 (patch)
tree5735ae0a118dff41b7e7dd395406101fe7ede944 /xen/include/asm-x86/hvm/vcpu.h
parentf7a1cb1c2fd8ae8aab9641149b09853ed7e51a63 (diff)
downloadxen-5160866ad9ec4f3e3d2bf7b949303486a9110336.tar.gz
xen-5160866ad9ec4f3e3d2bf7b949303486a9110336.tar.bz2
xen-5160866ad9ec4f3e3d2bf7b949303486a9110336.zip
hvm: Clean up RDTSCP/TSC_AUX handling.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 463f8f95b9..80c4d5b073 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -73,6 +73,8 @@ struct hvm_vcpu {
u64 asid_generation;
u32 asid;
+ u32 msr_tsc_aux;
+
union {
struct arch_vmx_struct vmx;
struct arch_svm_struct svm;