diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-05-17 21:26:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-05-26 12:40:17 +0200 |
commit | 15f46015ee17681b542432df21747f5c51857156 (patch) | |
tree | c74582e006912a942928754801143f0144cee7a7 /arch/x86/kvm | |
parent | 09170a49422bd786be3eac5cec1955257c5a34b7 (diff) | |
download | linux-15f46015ee17681b542432df21747f5c51857156.tar.bz2 |
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 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 30854ea218e7..f0aec85f8cdd 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -7689,7 +7689,7 @@ out_free: return -ENOMEM; } -void kvm_arch_memslots_updated(struct kvm *kvm) +void kvm_arch_memslots_updated(struct kvm *kvm, struct kvm_memslots *slots) { /* * memslots->generation has been incremented. |