qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 09/12] linux-user: Rename cpu_clone_regs to cpu_clone_regs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 09/12] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
Date: Fri, 25 Oct 2019 15:03:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 10/25/19 1:39 PM, Richard Henderson wrote:
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.

At the same time, pass in the flags from the clone syscall.
We will need them for correct behaviour for Sparc.

Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
---
v2: Add flags parameter.
---
  linux-user/aarch64/target_cpu.h    | 3 ++-
  linux-user/alpha/target_cpu.h      | 3 ++-
  linux-user/arm/target_cpu.h        | 3 ++-
  linux-user/cris/target_cpu.h       | 3 ++-
  linux-user/hppa/target_cpu.h       | 3 ++-
  linux-user/i386/target_cpu.h       | 3 ++-
  linux-user/m68k/target_cpu.h       | 3 ++-
  linux-user/microblaze/target_cpu.h | 3 ++-
  linux-user/mips/target_cpu.h       | 3 ++-
  linux-user/nios2/target_cpu.h      | 3 ++-
  linux-user/openrisc/target_cpu.h   | 4 +++-
  linux-user/ppc/target_cpu.h        | 3 ++-
  linux-user/riscv/target_cpu.h      | 3 ++-
  linux-user/s390x/target_cpu.h      | 3 ++-
  linux-user/sh4/target_cpu.h        | 3 ++-
  linux-user/sparc/target_cpu.h      | 3 ++-
  linux-user/tilegx/target_cpu.h     | 3 ++-
  linux-user/xtensa/target_cpu.h     | 4 +++-
  linux-user/syscall.c               | 4 ++--
  19 files changed, 40 insertions(+), 20 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

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