From: Avi Kivity Date: Sun, 21 Oct 2007 09:00:39 +0000 (+0200) Subject: KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() X-Git-Tag: v2.6.25-rc1~1138^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00c8cf29b9798eb9918469b0cce1766e0ae40d7;p=pandora-kernel.git KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() Split guest reset code out of vmx_vcpu_setup(). Besides being cleaner, this moves the realmode tss setup (which can sleep) outside vmx_vcpu_setup() (which is executed with preemption enabled). [izik: remove unused variable] Signed-off-by: Avi Kivity --- Reading git-diff-tree failed