]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: introduce kvm_alloc/free_memslots
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 17 May 2015 09:41:37 +0000 (11:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 May 2015 10:39:53 +0000 (12:39 +0200)
commita47d2b07ea755b1761a93df720d725f464876e72
treee8fd4976c2af4134d3487a5720c52116c832aa0a
parenta9b4fb7e79e7624c97c55e9c7562e3fe866ce70f
KVM: introduce kvm_alloc/free_memslots

kvm_alloc_memslots is extracted out of previously scattered code
that was in kvm_init_memslots_id and kvm_create_vm.

kvm_free_memslot and kvm_free_memslots are new names of
kvm_free_physmem and kvm_free_physmem_slot, but they also take
an explicit pointer to struct kvm_memslots.

This will simplify the transition to multiple address spaces,
each represented by one pointer to struct kvm_memslots.

Reviewed-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Reviewed-by: Radim Krcmar <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c