aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index d897f035749f..fec607537fa3 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -266,10 +266,10 @@ static inline int kvm_vcpu_exiting_guest_mode(struct kvm_vcpu *vcpu)
266struct kvm_memory_slot { 266struct kvm_memory_slot {
267 gfn_t base_gfn; 267 gfn_t base_gfn;
268 unsigned long npages; 268 unsigned long npages;
269 unsigned long flags;
270 unsigned long *dirty_bitmap; 269 unsigned long *dirty_bitmap;
271 struct kvm_arch_memory_slot arch; 270 struct kvm_arch_memory_slot arch;
272 unsigned long userspace_addr; 271 unsigned long userspace_addr;
272 u32 flags;
273 int id; 273 int id;
274 bool user_alloc; 274 bool user_alloc;
275}; 275};