From: Alexander Graf Date: Thu, 31 Jan 2013 13:17:38 +0000 (+0100) Subject: KVM: PPC: BookE: Handle alignment interrupts X-Git-Tag: v3.9-rc1~97^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011da8996263f799a469a761ee15c998d7ef1acb;p=pandora-kernel.git KVM: PPC: BookE: Handle alignment interrupts When the guest triggers an alignment interrupt, we don't handle it properly today and instead BUG_ON(). This really shouldn't happen. Instead, we should just pass the interrupt back into the guest so it can deal with it. Reported-by: Gao Guanhua-B22826 Tested-by: Gao Guanhua-B22826 Signed-off-by: Alexander Graf --- Reading git-diff-tree failed