diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-28 22:24:19 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | e191623fb0694a08c372fb68c5634969addbcb7b (patch) | |
| tree | 4a2daefd6fe93169387f960a7b5c67f42dca28f3 /linux-user/qemu.h | |
| parent | f61c88c571e5e68cdf1d935d7524493a8f404556 (diff) | |
| download | focaccia-qemu-e191623fb0694a08c372fb68c5634969addbcb7b.tar.gz focaccia-qemu-e191623fb0694a08c372fb68c5634969addbcb7b.zip | |
linux-user: Remove do_init_main_thread
All targets have been converted, so we can call init_main_thread directly. Remove do_init_main_thread and HAVE_INIT_MAIN_THREAD. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 8a9500d4f4..e4dca0c20f 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -359,8 +359,6 @@ void *lock_user_string(abi_ulong guest_addr); /* Clone cpu state */ CPUArchState *cpu_copy(CPUArchState *env); -typedef struct target_pt_regs target_pt_regs; -void target_cpu_copy_regs(CPUArchState *env, target_pt_regs *regs); void init_main_thread(CPUState *cs, struct image_info *info); #endif /* QEMU_H */ |