]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
authorWarner Losh <imp@bsdimp.com>
Thu, 23 Sep 2021 15:16:15 +0000 (09:16 -0600)
committerWarner Losh <imp@bsdimp.com>
Sat, 8 Jan 2022 05:58:51 +0000 (22:58 -0700)
commitf10521cc22aec74ad259bee03ca15ae5ee561c6c
treea6a2ac85d2f61bf42e046e3dea46223a9c316650
parenteacb50b8d92452251d890f6bfb4ac8eb22acb8d2
bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread

Implement target_thread_init (to create a thread) and target_set_upcall
(to switch to a thread) for arm.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/arm/target_arch_thread.h [new file with mode: 0644]