[PATCH 3/3] KVM: Recover after an arch module load failure

2006-12-31 Thread Avi Kivity
From: Yoshimi Ichiyanagi <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

[PATCH 3/3] KVM: Recover after an arch module load failure

2006-12-31 Thread Avi Kivity
From: Yoshimi Ichiyanagi [EMAIL PROTECTED] 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 [EMAIL PROTECTED] Signed-off-by: