aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-08-03 19:05:40 -0600
committerWarner Losh <imp@bsdimp.com>2021-09-10 14:13:06 -0600
commit031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1 (patch)
tree18272c748b2063411e479ce45e88483f542f4038 /bsd-user/qemu.h
parente2a74729181c51a0c9dff03bb7a99fc267bec996 (diff)
downloadqemu-031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1.zip
qemu-031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1.tar.gz
qemu-031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1.tar.bz2
bsd-user: Move per-cpu code into target_arch_cpu.h
Move cpu_loop() into target_cpu_loop(), and put that in target_arch_cpu.h for each architecture. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r--bsd-user/qemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 6c4ec61..5e4cbb4 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -82,6 +82,7 @@ typedef struct TaskState {
pid_t ts_tid; /* tid (or pid) of this task */
struct TaskState *next;
+ struct bsd_binprm *bprm;
int used; /* non zero if used */
struct image_info *info;