diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 3741c653767c..bff7d464a6ae 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -222,6 +222,7 @@ struct kvm_mmu_page { | |||
222 | int root_count; /* Currently serving as active root */ | 222 | int root_count; /* Currently serving as active root */ |
223 | unsigned int unsync_children; | 223 | unsigned int unsync_children; |
224 | unsigned long parent_ptes; /* Reverse mapping for parent_pte */ | 224 | unsigned long parent_ptes; /* Reverse mapping for parent_pte */ |
225 | unsigned long mmu_valid_gen; | ||
225 | DECLARE_BITMAP(unsync_child_bitmap, 512); | 226 | DECLARE_BITMAP(unsync_child_bitmap, 512); |
226 | 227 | ||
227 | #ifdef CONFIG_X86_32 | 228 | #ifdef CONFIG_X86_32 |
@@ -529,6 +530,7 @@ struct kvm_arch { | |||
529 | unsigned int n_requested_mmu_pages; | 530 | unsigned int n_requested_mmu_pages; |
530 | unsigned int n_max_mmu_pages; | 531 | unsigned int n_max_mmu_pages; |
531 | unsigned int indirect_shadow_pages; | 532 | unsigned int indirect_shadow_pages; |
533 | unsigned long mmu_valid_gen; | ||
532 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; | 534 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; |
533 | /* | 535 | /* |
534 | * Hash table of struct kvm_mmu_page. | 536 | * Hash table of struct kvm_mmu_page. |