diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-rw-r--r-- | arch/x86/include/asm/kvm_emulate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h index 87d017e276f4..bf70ecea3974 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -19,6 +19,8 @@ struct x86_exception { | |||
19 | u8 vector; | 19 | u8 vector; |
20 | bool error_code_valid; | 20 | bool error_code_valid; |
21 | u16 error_code; | 21 | u16 error_code; |
22 | bool nested_page_fault; | ||
23 | u64 address; /* cr2 or nested page fault gpa */ | ||
22 | }; | 24 | }; |
23 | 25 | ||
24 | /* | 26 | /* |