qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 02/13] linux-user: Rename cpu_clone_regs to cpu_


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH 02/13] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
Date: Thu, 13 Jun 2019 18:25:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Le 19/05/2019 à 22:19, Richard Henderson a écrit :
> We will need a target-specific hook for adjusting registers
> in the parent during clone.  To avoid confusion, rename the
> one we have to make it clear it affects the child.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  linux-user/aarch64/target_cpu.h    | 2 +-
>  linux-user/alpha/target_cpu.h      | 2 +-
>  linux-user/arm/target_cpu.h        | 2 +-
>  linux-user/cris/target_cpu.h       | 2 +-
>  linux-user/hppa/target_cpu.h       | 2 +-
>  linux-user/i386/target_cpu.h       | 2 +-
>  linux-user/m68k/target_cpu.h       | 2 +-
>  linux-user/microblaze/target_cpu.h | 2 +-
>  linux-user/mips/target_cpu.h       | 2 +-
>  linux-user/nios2/target_cpu.h      | 2 +-
>  linux-user/openrisc/target_cpu.h   | 3 ++-
>  linux-user/ppc/target_cpu.h        | 2 +-
>  linux-user/riscv/target_cpu.h      | 2 +-
>  linux-user/s390x/target_cpu.h      | 2 +-
>  linux-user/sh4/target_cpu.h        | 2 +-
>  linux-user/sparc/target_cpu.h      | 2 +-
>  linux-user/tilegx/target_cpu.h     | 2 +-
>  linux-user/xtensa/target_cpu.h     | 3 ++-
>  linux-user/syscall.c               | 4 ++--
>  19 files changed, 22 insertions(+), 20 deletions(-)
> 

Reviewed-by: Laurent Vivier <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]