summary refs log tree commit diff stats
path: root/include/exec/exec-all.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-01-17 17:48:08 +0100
committerRichard Henderson <richard.henderson@linaro.org>2021-01-23 12:12:59 -1000
commitd9d699dd7c7d2570e86ea7ff323465d5ea34e9e5 (patch)
tree49e1e610a37f3f26d6908fa59da7790329d30f9d /include/exec/exec-all.h
parent666cc794abe7aa2e123a0963934e519d28a7102c (diff)
downloadfocaccia-qemu-d9d699dd7c7d2570e86ea7ff323465d5ea34e9e5.tar.gz
focaccia-qemu-d9d699dd7c7d2570e86ea7ff323465d5ea34e9e5.zip
accel/tcg: Make cpu_gen_init() static
cpu_gen_init() is TCG specific, only used in tcg/translate-all.c.
No need to export it to other accelerators, declare it statically.

Reviewed-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210117164813.4101761-2-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/exec-all.h')
-rw-r--r--include/exec/exec-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index 2e5b4bba48..516013e735 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -47,8 +47,6 @@ void gen_intermediate_code(CPUState *cpu, TranslationBlock *tb, int max_insns);
 void restore_state_to_opc(CPUArchState *env, TranslationBlock *tb,
                           target_ulong *data);
 
-void cpu_gen_init(void);
-
 /**
  * cpu_restore_state:
  * @cpu: the vCPU state is to be restore to