It is not used by user-mode emulation and is the only caller of
cpu_interrupt() in qemu-ppc* binaries.
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
return (TCGTBCPUState){ .pc = env->nip, .flags = hflags_current };
}
+#ifndef CONFIG_USER_ONLY
void cpu_interrupt_exittb(CPUState *cs)
{
/*
cpu_interrupt(cs, CPU_INTERRUPT_EXITTB);
}
}
+#endif
int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv)
{