From: Yoshimi Ichiyanagi Date: Sat, 6 Jan 2007 00:36:24 +0000 (-0800) Subject: [PATCH] KVM: Recover after an arch module load failure X-Git-Tag: v2.6.20-rc4~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e097f35ce58eb8d687f3a300247cf1a978fcea39;p=pandora-kernel.git [PATCH] KVM: Recover after an arch module load failure If we load the wrong arch module, it leaves behind kvm_arch_ops set, which prevents loading of the correct arch module later. Fix be not setting kvm_arch_ops until we're sure it's good. Signed-off-by: Yoshimi Ichiyanagi Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed