• A
    KVM: PPC: Combine extension interrupt handlers · c8c0b6f2
    Alexander Graf 提交于
    When we for example get an Altivec interrupt, but our guest doesn't support
    altivec, we need to inject a program interrupt, not an altivec interrupt.
    
    The same goes for paired singles. When an altivec interrupt arrives, we're
    pretty sure we need to emulate the instruction because it's a paired single
    operation.
    
    So let's make all the ext handlers aware that they need to jump to the
    program interrupt handler when an extension interrupt arrives that
    was not supposed to arrive for the guest CPU.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    c8c0b6f2
book3s.c 32.1 KB