qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: Fix fork() and vfork()


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] linux-user: Fix fork() and vfork()
Date: Tue, 28 Feb 2017 13:46:21 +0000

On 28 February 2017 at 02:51, Tim Hentenaar <address@hidden> wrote:
> A check was introduced in 5ea2fc84da1bffce749c9d0848f5336def2818bb which
> causes fork() and vfork() to fail if TARGET_SIGCHLD != SIGCHLD.
>
> Signed-off-by: Tim Hentenaar <address@hidden>
> ---
>  linux-user/syscall.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for this patch. In fact the equivalent bugfix has just
hit QEMU git master, as commit 7eddb5ddacb783ba.

thanks
-- PMM



reply via email to

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