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 <laur...@vivier.eu>
> ---
>  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 <richard.hender...@linaro.org>


r~


Reply via email to