diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 499ff0604234..d220b4926c4a 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -117,6 +117,10 @@ struct kvm { | |||
117 | struct kvm_vm_stat stat; | 117 | struct kvm_vm_stat stat; |
118 | struct kvm_arch arch; | 118 | struct kvm_arch arch; |
119 | atomic_t users_count; | 119 | atomic_t users_count; |
120 | #ifdef KVM_COALESCED_MMIO_PAGE_OFFSET | ||
121 | struct kvm_coalesced_mmio_dev *coalesced_mmio_dev; | ||
122 | struct kvm_coalesced_mmio_ring *coalesced_mmio_ring; | ||
123 | #endif | ||
120 | }; | 124 | }; |
121 | 125 | ||
122 | /* The guest did something we don't support. */ | 126 | /* The guest did something we don't support. */ |