summary refs log tree commit diff stats
path: root/accel/tcg/tcg-accel-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/tcg-accel-ops.h')
-rw-r--r--accel/tcg/tcg-accel-ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/tcg/tcg-accel-ops.h b/accel/tcg/tcg-accel-ops.h
index 6feeb3f3e9..aecce605d7 100644
--- a/accel/tcg/tcg-accel-ops.h
+++ b/accel/tcg/tcg-accel-ops.h
@@ -18,5 +18,6 @@ void tcg_cpu_destroy(CPUState *cpu);
 int tcg_cpu_exec(CPUState *cpu);
 void tcg_handle_interrupt(CPUState *cpu, int mask);
 void tcg_cpu_init_cflags(CPUState *cpu, bool parallel);
+void tcg_kick_vcpu_thread(CPUState *cpu);
 
 #endif /* TCG_ACCEL_OPS_H */