aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-08 10:33:08 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-08 10:33:08 +0000
commitc4a0c89b8c23b3e9f5b2ab9ad72a264b48774811 (patch)
tree72bf424e16f7d3c85a529d1f6259c77bd9674116 /xen/include/asm-x86/hvm/vcpu.h
parent272c176b86a1e442f9ec0bddf44034fbe0aa26c1 (diff)
downloadxen-c4a0c89b8c23b3e9f5b2ab9ad72a264b48774811.tar.gz
xen-c4a0c89b8c23b3e9f5b2ab9ad72a264b48774811.tar.bz2
xen-c4a0c89b8c23b3e9f5b2ab9ad72a264b48774811.zip
hvm: Pull SVM ASID management into common HVM code where it can be shared.
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index cc97de490a..463f8f95b9 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -70,6 +70,9 @@ struct hvm_vcpu {
bool_t debug_state_latch;
bool_t single_step;
+ u64 asid_generation;
+ u32 asid;
+
union {
struct arch_vmx_struct vmx;
struct arch_svm_struct svm;