commit | 15f46015ee17681b542432df21747f5c51857156 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sun May 17 21:26:08 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 26 12:40:17 2015 +0200 |
tree | c74582e006912a942928754801143f0144cee7a7 | |
parent | 09170a49422bd786be3eac5cec1955257c5a34b7 [diff] [blame] |
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>
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index fc2dbe1..4361204 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c
@@ -751,7 +751,7 @@ */ slots->generation++; - kvm_arch_memslots_updated(kvm); + kvm_arch_memslots_updated(kvm, slots); return old_memslots; }