• Alexander Graf's avatar
    KVM: PPC: Implement alignment interrupt · ca7f4203
    Alexander Graf authored
    Mac OS X has some applications - namely the Finder - that require alignment
    interrupts to work properly. So we need to implement them.
    
    But the spec for 970 and 750 also looks different. While 750 requires the
    DSISR and DAR fields to reflect some instruction bits (DSISR) and the fault
    address (DAR), the 970 declares this as an optional feature. So we need
    to reconstruct DSISR and DAR manually.
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    ca7f4203
book3s.c 33.2 KB