qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: move TargetFdTrans functions to the


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] linux-user: move TargetFdTrans functions to their own file
Date: Thu, 23 Aug 2018 21:58:11 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/23/2018 03:22 PM, Laurent Vivier wrote:
> This will ease to move out syscall functions from syscall.c
> 
> Signed-off-by: Laurent Vivier <address@hidden>
> ---
>  linux-user/Makefile.objs |    2 +-
>  linux-user/fd-trans.c    | 1408 ++++++++++++++++++++++++++++++++++++
>  linux-user/fd-trans.h    |   97 +++
>  linux-user/syscall.c     | 1448 +-------------------------------------
>  4 files changed, 1507 insertions(+), 1448 deletions(-)
>  create mode 100644 linux-user/fd-trans.c
>  create mode 100644 linux-user/fd-trans.h

Thanks for this.

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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