Revision 4513d923 kvm-all.c

b/kvm-all.c
764 764
    cpu_dump_state(env, stderr, fprintf, 0);
765 765
    if (run->internal.suberror == KVM_INTERNAL_ERROR_EMULATION) {
766 766
        fprintf(stderr, "emulation failure\n");
767
        if (!kvm_arch_stop_on_emulation_error(env))
768
		return;
767 769
    }
768 770
    /* FIXME: Should trigger a qmp message to let management know
769 771
     * something went wrong.

Also available in: Unified diff