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>
This commit is contained in:
@@ -751,7 +751,7 @@ static struct kvm_memslots *install_new_memslots(struct kvm *kvm,
|
||||
*/
|
||||
slots->generation++;
|
||||
|
||||
kvm_arch_memslots_updated(kvm);
|
||||
kvm_arch_memslots_updated(kvm, slots);
|
||||
|
||||
return old_memslots;
|
||||
}
|
||||
|
Reference in New Issue
Block a user