aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_types.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-17 21:26:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-26 12:40:17 +0200
commit15f46015ee17681b542432df21747f5c51857156 (patch)
treec74582e006912a942928754801143f0144cee7a7 /include/linux/kvm_types.h
parentKVM: const-ify uses of struct kvm_userspace_memory_region (diff)
downloadlinux-dev-15f46015ee17681b542432df21747f5c51857156.tar.xz
linux-dev-15f46015ee17681b542432df21747f5c51857156.zip
KVM: add memslots argument to kvm_arch_memslots_updated
Prepare for the case of multiple address spaces. Reviewed-by: Radim Krcmar <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_types.h')
-rw-r--r--include/linux/kvm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h
index 931da7e917cf..1b47a185c2f0 100644
--- a/include/linux/kvm_types.h
+++ b/include/linux/kvm_types.h
@@ -28,6 +28,7 @@ struct kvm_run;
struct kvm_userspace_memory_region;
struct kvm_vcpu;
struct kvm_vcpu_init;
+struct kvm_memslots;
enum kvm_mr_change;