From: Avi Kivity Date: Tue, 20 Nov 2007 13:30:24 +0000 (+0200) Subject: KVM: Split vcpu creation to avoid vcpu_load() before preemption setup X-Git-Tag: v2.6.25-rc1~1138^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e5215fdc6cf7b5a8b1269134095abbb7338b3c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed