• A
    KVM: PPC: Add AGAIN type for emulation return · 37f5bca6
    Alexander Graf 提交于
    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: NAlexander Graf <agraf@suse.de>
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    37f5bca6
kvm_ppc.h 6.1 KB