OSDN Git Service

KVM: Dynamically allocate vcpus
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 27 Jul 2007 07:16:56 +0000 (17:16 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:20 +0000 (10:18 +0200)
commitfb3f0f51d92d1496f9628ca6f0fb06a48dc9ed2a
tree38da1073dae5f30fd8f162669bb5a86959f8ace5
parenta2fa3e9f52d875f7d4ca98434603b8756be71ba8
KVM: Dynamically allocate vcpus

This patch converts the vcpus array in "struct kvm" to a pointer
array, and changes the "vcpu_create" and "vcpu_setup" hooks into one
"vcpu_create" call which does the allocation and initialization of the
vcpu (calling back into the kvm_vcpu_init core helper).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/kvm_svm.h
drivers/kvm/svm.c
drivers/kvm/vmx.c