On 5/18/2026 2:27 PM, Warner Losh wrote: > Add target_freebsd_thr_param, target_freebsd_rtprio, > new_freebsd_thread_info_t, TARGET_UMTX_OP_* opcodes, umutex/urwlock > flags, and target_freebsd_acl structures to syscall_defs.h. Add forward > declarations for os-time.c, os-socket.c, os-thread.c, and os-extattr.c > functions to qemu-os.h. Add thread and umtx function declarations to > qemu.h. > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Kyle Evans <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Assisted-by: Claude Opus 4.6 (1M context) > --- > bsd-user/freebsd/qemu-os.h | 48 > ++++++++++++++++++++++++++++++++++++++++++++++ > bsd-user/qemu.h | 41 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 89 insertions(+) >
Reviewed-by: Pierrick Bouvier <[email protected]>
