commit | 66cbff59a16017234ea6c80ecddfc17b27a83504 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Sat Apr 17 17:00:19 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:18:04 2010 +0300 |
tree | e2a1dde14cb9b60434f4f8c4bef424817c2b2df4 | |
parent | 87bc3bf972af0585ba5415aebbc8bd09b6a2ee94 [diff] |
KVM: do not call hardware_disable() on CPU_UP_CANCELED When CPU_UP_CANCELED, hardware_enable() has not been called at the CPU which is going up because raw_notifier_call_chain(CPU_ONLINE) has not been called for this cpu. Drop the handling for CPU_UP_CANCELED. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>