KVM: Pull extra page fault information into struct x86_exception
[deliverable/linux.git] / arch / x86 / include / asm / kvm_emulate.h
index 87d017e276f464a421dbc05b395b341359f826f8..bf70ecea3974b3e4c337a40d54619955086b011b 100644 (file)
@@ -19,6 +19,8 @@ struct x86_exception {
        u8 vector;
        bool error_code_valid;
        u16 error_code;
+       bool nested_page_fault;
+       u64 address; /* cr2 or nested page fault gpa */
 };
 
 /*
This page took 0.025227 seconds and 5 git commands to generate.