commit | 011da8996263f799a469a761ee15c998d7ef1acb | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 31 14:17:38 2013 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Feb 13 12:56:45 2013 +0100 |
tree | e4912b9655ba73ccf175176efd8bba44a21e4595 | |
parent | ee53e560a8f52cbc1fba877fdf4acffb0c163f29 [diff] |
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 <B22826@freescale.com> Tested-by: Gao Guanhua-B22826 <B22826@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>