From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Toni <tonygio04@gmail.com>
Subject: Re: [Qemu-devel] PATCH: Qemu user-mode - fork - exec -
Date: Tue, 10 Nov 2009 15:58:26 +0000 [thread overview]
Message-ID: <200911101558.26758.paul@codesourcery.com> (raw)
In-Reply-To: <526ddcfc0910121052m21615ebdj229a9dd7587f9aa5@mail.gmail.com>
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
prev parent reply other threads:[~2009-11-10 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-12 17:52 [Qemu-devel] PATCH: Qemu user-mode - fork - exec - Toni
2009-11-10 15:58 ` Paul Brook [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200911101558.26758.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=tonygio04@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).