All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: "Philippe Mathieu-Daudé" <philippe.mathieu.daude@gmail.com>,
	qemu-devel@nongnu.org
Cc: "Laurent Vivier" <laurent@vivier.eu>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>
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	[thread overview]
Message-ID: <8fcd98c9-2d94-394d-b2e2-a5d6477d618c@linaro.org> (raw)
In-Reply-To: <20220509205728.51912-3-philippe.mathieu.daude@gmail.com>

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	other threads:[~2022-05-09 23:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 20:57 [PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible Philippe Mathieu-Daudé
2022-05-09 20:57 ` [PATCH v2 1/3] linux-user/elfload: Remove pointless non-const CPUArchState cast Philippe Mathieu-Daudé
2022-05-09 23:04   ` Richard Henderson
2022-05-09 20:57 ` [PATCH v2 2/3] linux-user: Have do_syscall() use CPUArchState* instead of void* Philippe Mathieu-Daudé
2022-05-09 23:06   ` Richard Henderson [this message]
2022-05-09 20:57 ` [PATCH v2 3/3] linux-user: Remove pointless CPU{ARCH}State casts Philippe Mathieu-Daudé
2022-05-09 23:08   ` Richard Henderson
2022-05-23 20:47 ` [PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8fcd98c9-2d94-394d-b2e2-a5d6477d618c@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=f4bug@amsat.org \
    --cc=laurent@vivier.eu \
    --cc=philippe.mathieu.daude@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.