Revision 4513d923 target-ppc/kvm.c

b/target-ppc/kvm.c
326 326
    retval = atoi(ns);
327 327
    return retval;
328 328
}
329

  
330
bool kvm_arch_stop_on_emulation_error(CPUState *env)
331
{
332
    return true;
333
}

Also available in: Unified diff