qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] PATCH: Qemu user-mode - fork - exec -


From: Paul Brook
Subject: Re: [Qemu-devel] PATCH: Qemu user-mode - fork - exec -
Date: Tue, 10 Nov 2009 15:58:26 +0000
User-agent: KMail/1.12.2 (Linux/2.6.30-2-amd64; KDE/4.3.2; x86_64; ; )

On Monday 12 October 2009, Toni wrote:
> Hi guys,
> I found a solution for the problems with the fork and the exec under qemu
> user-mode.
> With the fork I enabled the NPTL and now it seems to work fine.
> For the exec the problem was that it was execute natively, and so the qemu
> process was killed by the exec, so I simply called the exec for a new
> instance of qemu, also this seems to work fine. Let me know what do you
> think:

It will break horribly for shell scripts, multi-arch systems, etc.
This is something the host kernel should really be taking care of.

Your patch also appears to have a load of unrelated cruft.

Paul




reply via email to

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