commit | 6fc558258077d4e44b1780c0fd4ef93dd96c6fca | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Apr 20 02:49:49 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:00 2010 +0300 |
tree | 13a433eab634b3893f71f2a876932674676c462d | |
parent | f7bc74e1c306636a659a04805474b2f8fcbd1f7e [diff] |
KVM: PPC: Make Alignment interrupts work again In the process of merging Book3S_32 and 64 I somehow ended up having the alignment interrupt handler take last_inst, but the fetching code not fetching it. So we ended up with stale last_inst values. Let's just enable last_inst fetching for alignment interrupts too. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>