commit | 853dafb62b386a3a75808483a120998e734eb6e1 | [log] [tgz] |
---|---|---|
author | Xiantao Zhang <xiantao.zhang@intel.com> | Thu Oct 23 15:03:38 2008 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:51:49 2008 +0200 |
tree | b18153869727ba2f81ac35726025af197d0a8f00 | |
parent | a917f7af3905953329361d29b6db78eb17b4d44c [diff] |
KVM: ia64: Remove lock held by halted vcpu Remove the lock protection for kvm halt logic, otherwise, once other vcpus want to acquire the lock, and they have to wait all vcpus are waken up from halt. Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>