commit | 9ae0448f53324b3c476f68bd134d97ac4ec27e0c | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Mon Jul 23 14:51:32 2007 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:19 2007 +0200 |
tree | 90b5c3c166bd9ce9c9b415c6a6246c2fdb53693c | |
parent | 310bc76c2b6829cd280def4927b7ccf8b8c795df [diff] |
KVM: Hoist kvm_mmu_reload() out of the critical section vmx_cpu_run doesn't handle error correctly and kvm_mmu_reload might sleep with mutex changes, so I move it above. Signed-off-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>