Re: [Qemu-devel] [PATCH] linux-user: move TargetFdTrans functions to their own file

2018-08-23 Thread Richard Henderson
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 > --- > linux-user/Makefile.objs |2 +- > linux-user/fd-trans.c| 1408 > linux-user/fd-trans.h| 97 +++

[Qemu-devel] [PATCH] linux-user: move TargetFdTrans functions to their own file

2018-08-23 Thread Laurent Vivier
This will ease to move out syscall functions from syscall.c Signed-off-by: Laurent Vivier --- linux-user/Makefile.objs |2 +- linux-user/fd-trans.c| 1408 linux-user/fd-trans.h| 97 +++ linux-user/syscall.c | 1448 +--