qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 02/10] linux-user: Split strace prototypes into strac


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH for-6.2 02/10] linux-user: Split strace prototypes into strace.h
Date: Sun, 18 Jul 2021 09:42:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/18/21 1:20 AM, Peter Maydell wrote:
> The functions implemented in strace.c are only used in a few files in
> linux-user; split them out of qemu.h and into a new strace.h header
> which we include in the places that need it.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  linux-user/qemu.h    | 18 ------------------
>  linux-user/strace.h  | 38 ++++++++++++++++++++++++++++++++++++++
>  linux-user/signal.c  |  1 +
>  linux-user/strace.c  |  2 ++
>  linux-user/syscall.c |  1 +
>  5 files changed, 42 insertions(+), 18 deletions(-)
>  create mode 100644 linux-user/strace.h

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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