KVM: PPC: BookE: Handle alignment interrupts
authorAlexander Graf <agraf@suse.de>
Thu, 31 Jan 2013 13:17:38 +0000 (14:17 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2013 11:56:45 +0000 (12:56 +0100)
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>

No differences found