On 5/18/2026 4:27 PM, Warner Losh wrote: > Replace 'void *cpu_env' parameters with 'CPUArchState *env' across all > bsd-user source files. This improves type safety and aligns with the > convention used in the rest of the codebase. > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Assisted-by: Claude Opus 4.6 (1M context) > --- > bsd-user/aarch64/target.h | 2 +- > bsd-user/arm/target.h | 2 +- > bsd-user/bsd-file.h | 28 +++++++++++++-------------- > bsd-user/bsd-mem.h | 4 ++-- > bsd-user/bsd-proc.h | 6 +++--- > bsd-user/freebsd/os-proc.c | 4 ++-- > bsd-user/freebsd/os-proc.h | 26 ++++++++++++------------- > bsd-user/freebsd/os-sys.c | 4 ++-- > bsd-user/freebsd/os-syscall.c | 44 > +++++++++++++++++++++---------------------- > bsd-user/i386/target.h | 2 +- > bsd-user/qemu.h | 6 +++--- > bsd-user/riscv/target.h | 2 +- > bsd-user/x86_64/target.h | 2 +- > 13 files changed, 66 insertions(+), 66 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
