diff options
Diffstat (limited to 'include/linux/kvm_host.h')
| -rw-r--r-- | include/linux/kvm_host.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 8eaf61f7b02..caa72cf7e8e 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -479,8 +479,8 @@ void kvm_arch_free_memslot(struct kvm_memory_slot *free,  int kvm_arch_create_memslot(struct kvm_memory_slot *slot, unsigned long npages);  int kvm_arch_prepare_memory_region(struct kvm *kvm,  				struct kvm_memory_slot *memslot, -				struct kvm_memory_slot old, -				struct kvm_userspace_memory_region *mem); +				struct kvm_userspace_memory_region *mem, +				enum kvm_mr_change change);  void kvm_arch_commit_memory_region(struct kvm *kvm,  				struct kvm_userspace_memory_region *mem,  				struct kvm_memory_slot old);  |