KVM: nSVM: inject exceptions via svm_check_nested_events
[linux-2.6-microblaze.git] / arch / x86 / kvm / svm / svm.h
index 5cc559a..8342032 100644 (file)
@@ -86,6 +86,7 @@ struct nested_state {
        u64 hsave_msr;
        u64 vm_cr_msr;
        u64 vmcb;
+       u32 host_intercept_exceptions;
 
        /* These are the merged vectors */
        u32 *msrpm;