Re: [PATCH v2 39/40] bsd-user: Rename arg name for target_cpu_reset to env

2022-01-27 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Rename the parameter name for target_cpu_reset's CPUArchState * arg from cpu to env. Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h| 2 +- bsd-user/i386/target_arch_cpu.h | 4 ++-- bsd-user/x86_64/target_arch_cpu.h | 4 ++-- 3 files

[PATCH v2 39/40] bsd-user: Rename arg name for target_cpu_reset to env

2022-01-24 Thread Warner Losh
Rename the parameter name for target_cpu_reset's CPUArchState * arg from cpu to env. Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h| 2 +- bsd-user/i386/target_arch_cpu.h | 4 ++-- bsd-user/x86_64/target_arch_cpu.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)