On 6/20/26 21:19, 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]>
Assisted-by: Claude Opus 4.6 (1M context)
Reviewed-by: Pierrick Bouvier<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
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 | 8 ++++----
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, 67 insertions(+), 67 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~