commit | ca45aaae1ef98890ac4e3ee48d65aa22401fd1dc | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Mar 01 19:21:03 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Mar 18 10:49:06 2007 +0200 |
tree | 932e158722cf96b9090e36e21449f10f6f7c2525 | |
parent | b720a3be1abd0cb5b9b530c0a1b4044fec4de60e [diff] |
KVM: Unset kvm_arch_ops if arch module loading failed Otherwise, the core module thinks the arch module is loaded, and won't let you reload it after you've fixed the bug. Signed-off-by: Avi Kivity <avi@qumranet.com>