qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: implement pipe2 syscall


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] linux-user: implement pipe2 syscall
Date: Wed, 6 May 2009 13:23:28 +0100
User-agent: KMail/1.9.9

On Wednesday 06 May 2009, Riku Voipio wrote:
> On Wed, May 06, 2009 at 12:08:32PM +0100, Jamie Lokier wrote:
> > But it's not a bug to call execve(), or fork() then execve(), in
> > another thread at the same time as descriptors are being created.
> > Those calls scan the whole file descriptor table, and look at the
> > FD_CLOEXEC flags.
>
> Now this discussion would be much more useful if qemu was actually
> properly threadsafe to begin with...

For usermode emulation it is.

Paul




reply via email to

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