commit | 26e5215fdc6cf7b5a8b1269134095abbb7338b3c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Nov 20 15:30:24 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:09 2008 +0200 |
tree | d5a326a910996549827a11beb3af1c60f1f1cf3c | |
parent | 0de10343b3ca7aa34dd606145748f73ed19f627e [diff] |
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup Split kvm_arch_vcpu_create() into kvm_arch_vcpu_create() and kvm_arch_vcpu_setup(), enabling preemption notification between the two. This mean that we can now do vcpu_load() within kvm_arch_vcpu_setup(). Signed-off-by: Avi Kivity <avi@qumranet.com>