Skip to content
  • Alexander Graf's avatar
    KVM: PPC: Add AGAIN type for emulation return · 37f5bca6
    Alexander Graf authored
    
    
    Emulation of an instruction can have different outcomes. It can succeed,
    fail, require MMIO, do funky BookE stuff - or it can just realize something's
    odd and will be fixed the next time around.
    
    Exactly that is what EMULATE_AGAIN means. Using that flag we can now tell
    the caller that nothing happened, but we still want to go back to the
    guest and see what happens next time we come around.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    37f5bca6