qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/3] linux-user: Have do_syscall() use CPUArchState* inste


From: Richard Henderson
Subject: Re: [PATCH v2 2/3] linux-user: Have do_syscall() use CPUArchState* instead of void*
Date: Mon, 9 May 2022 16:06:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/9/22 15:57, Philippe Mathieu-Daudé wrote:
From: Philippe Mathieu-Daudé<f4bug@amsat.org>

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  linux-user/strace.c         | 202 ++++++++++++++++++------------------
  linux-user/strace.h         |   4 +-
  linux-user/syscall.c        |  32 +++---
  linux-user/uname.c          |   2 +-
  linux-user/uname.h          |   2 +-
  linux-user/user-internals.h |  16 +--
  6 files changed, 129 insertions(+), 129 deletions(-)

This could probably be split into parts, but not worth the extra effort.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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