diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index d49b16cae27a..528a56b1790e 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -379,6 +379,7 @@ struct kvm { | |||
379 | struct list_head active_mmu_pages; | 379 | struct list_head active_mmu_pages; |
380 | int n_free_mmu_pages; | 380 | int n_free_mmu_pages; |
381 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; | 381 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; |
382 | int nvcpus; | ||
382 | struct kvm_vcpu vcpus[KVM_MAX_VCPUS]; | 383 | struct kvm_vcpu vcpus[KVM_MAX_VCPUS]; |
383 | int memory_config_version; | 384 | int memory_config_version; |
384 | int busy; | 385 | int busy; |