From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50290 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV80d-0003KV-Ig for qemu-devel@nongnu.org; Tue, 21 Dec 2010 14:36:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PV80c-0003u1-Mx for qemu-devel@nongnu.org; Tue, 21 Dec 2010 14:36:31 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:54118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PV80c-0003tb-Dm for qemu-devel@nongnu.org; Tue, 21 Dec 2010 14:36:30 -0500 Date: Tue, 21 Dec 2010 14:36:23 -0500 From: Nathan Froyd Subject: Re: [Qemu-devel] NPTL support Message-ID: <20101221193622.GZ25059@nightcrawler> References: <996791.83450.qm@web63201.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <996791.83450.qm@web63201.mail.re1.yahoo.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: maheen butt Cc: qemu-devel@nongnu.org On Mon, Dec 20, 2010 at 10:17:50PM -0800, maheen butt wrote: > hi I 'm working with fedora core 13(64 bit) x86_64 platform. I > configured QEMU with --enable-nptl switch but I'm not able to run > programs containing POSIX threads or fork system call. I run this > commandqemu-x86_64 thread it gives system call errorand qemu-x86_64 > forkfno child process createdwhat is reason behind it? is nptl support > is in its progressive mode or it is not for x86_64. Nobody's written the x86/x86_64-specific NPTL bits yet. -Nathan