Re: [PATCH] linux-user/syscall: add support for CLONE_PIDFD

2021-09-27 Thread Peter Maydell
On Tue, 21 Sept 2021 at 19:50, Andreas Schwab wrote: > > Add basic support for CLONE_PIDFD, only fork-like clone without additional > flags. This is enough to make Qt/forkfd working. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 52

[PATCH] linux-user/syscall: add support for CLONE_PIDFD

2021-09-21 Thread Andreas Schwab
Add basic support for CLONE_PIDFD, only fork-like clone without additional flags. This is enough to make Qt/forkfd working. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 52 ++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git

[PATCH] linux-user/syscall: add support for CLONE_PIDFD

2021-08-02 Thread Andreas Schwab
Add basic support for CLONE_PIDFD, only fork-like clone without additional flags. This is enough to make Qt/forkfd working. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 52 ++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git