Re: [PATCH] KVM: PPC: Destory timer on vcpu destruction

2010-02-24 Thread Avi Kivity
On 02/22/2010 05:52 PM, Alexander Graf wrote: When we destory a vcpu, we should also make sure to kill all pending timers that could still be up. When not doing this, hrtimers might dereference null pointers trying to call our code. This patch fixes spontanious kernel panics seen after closing

[PATCH] KVM: PPC: Destory timer on vcpu destruction

2010-02-22 Thread Alexander Graf
When we destory a vcpu, we should also make sure to kill all pending timers that could still be up. When not doing this, hrtimers might dereference null pointers trying to call our code. This patch fixes spontanious kernel panics seen after closing VMs. Signed-off-by: Alexander Graf