From: Alexander Graf Date: Mon, 22 Feb 2010 15:52:14 +0000 (+0100) Subject: KVM: PPC: Destory timer on vcpu destruction X-Git-Tag: v2.6.35-rc1~436^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a595405df9efb89710cd555d29df0e4902f90613;p=pandora-kernel.git KVM: PPC: Destory timer on vcpu destruction 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed