From: Joerg Roedel Date: Fri, 26 Jan 2007 08:56:42 +0000 (-0800) Subject: [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace X-Git-Tag: v2.6.20-rc7~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46fe4ddd9dbb15305ab9b458e6cfa4dd47ac3e47;p=pandora-kernel.git [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace This patch implements forwarding of SHUTDOWN intercepts from the guest on to userspace on AMD SVM. A SHUTDOWN event occurs when the guest produces a triple fault (e.g. on reboot). This also fixes the bug that a guest reboot actually causes a host reboot under some circumstances. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed