diff options
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r-- | drivers/kvm/x86.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h index 5cdc3666e212..ef23a30bf048 100644 --- a/drivers/kvm/x86.h +++ b/drivers/kvm/x86.h | |||
@@ -275,6 +275,8 @@ struct kvm_arch{ | |||
275 | * Hash table of struct kvm_mmu_page. | 275 | * Hash table of struct kvm_mmu_page. |
276 | */ | 276 | */ |
277 | struct list_head active_mmu_pages; | 277 | struct list_head active_mmu_pages; |
278 | struct kvm_pic *vpic; | ||
279 | struct kvm_ioapic *vioapic; | ||
278 | }; | 280 | }; |
279 | 281 | ||
280 | struct kvm_vcpu_stat { | 282 | struct kvm_vcpu_stat { |