diff options
Diffstat (limited to 'arch/x86/kvm/kvm_svm.h')
-rw-r--r-- | arch/x86/kvm/kvm_svm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kvm/kvm_svm.h b/arch/x86/kvm/kvm_svm.h index a0877cac7b9c..91673413d8f7 100644 --- a/arch/x86/kvm/kvm_svm.h +++ b/arch/x86/kvm/kvm_svm.h | |||
@@ -43,6 +43,14 @@ struct vcpu_svm { | |||
43 | u32 *msrpm; | 43 | u32 *msrpm; |
44 | struct vmcb *hsave; | 44 | struct vmcb *hsave; |
45 | u64 hsave_msr; | 45 | u64 hsave_msr; |
46 | |||
47 | u64 nested_vmcb; | ||
48 | |||
49 | /* These are the merged vectors */ | ||
50 | u32 *nested_msrpm; | ||
51 | |||
52 | /* gpa pointers to the real vectors */ | ||
53 | u64 nested_vmcb_msrpm; | ||
46 | }; | 54 | }; |
47 | 55 | ||
48 | #endif | 56 | #endif |