diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index bdcc44e6b6d7..c1aa84f7ca0a 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -644,6 +644,11 @@ void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu); | |||
644 | 644 | ||
645 | int kvm_dev_ioctl_check_extension(long ext); | 645 | int kvm_dev_ioctl_check_extension(long ext); |
646 | 646 | ||
647 | int kvm_get_dirty_log(struct kvm *kvm, | ||
648 | struct kvm_dirty_log *log, int *is_dirty); | ||
649 | int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, | ||
650 | struct kvm_dirty_log *log); | ||
651 | |||
647 | int kvm_vm_ioctl_set_memory_region(struct kvm *kvm, | 652 | int kvm_vm_ioctl_set_memory_region(struct kvm *kvm, |
648 | struct | 653 | struct |
649 | kvm_userspace_memory_region *mem, | 654 | kvm_userspace_memory_region *mem, |